X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=9a3c4dd24cbb79e48345bf40a6ffaa225ba0b4b9;hb=ce7380ad772e2a81c0329c6ee495e18fa0a62280;hp=37eb0a79c60ee99e7e37257bc1d24e37c5e4939a;hpb=8c52b6cf13be6b0080ce3353bebfd04b18336036;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 37eb0a7..9a3c4dd 100644 --- a/Constants.hs +++ b/Constants.hs @@ -157,10 +157,34 @@ reverseId = "reverse" copyId :: String copyId = "copy" +-- | copyn function identifier +copynId :: String +copynId = "copyn" + -- | map function identifier mapId :: String mapId = "map" +-- | zipwith function identifier +zipWithId :: String +zipWithId = "zipWith" + +-- | foldl function identifier +foldlId :: String +foldlId = "foldl" + +-- | foldr function identifier +foldrId :: String +foldrId = "foldr" + +-- | zip function identifier +zipId :: String +zipId = "zip" + +-- | unzip function identifier +unzipId :: String +unzipId = "unzip" + -- | hwxor function identifier hwxorId :: String hwxorId = "hwxor" @@ -177,6 +201,8 @@ hwnotId = "hwnot" hwandId :: String hwandId = "hwand" +lengthTId :: String +lengthTId = "lengthT" ------------------ -- VHDL type marks