X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=1637d582ea14c53f7841cd64b3c6a2c529d1b590;hb=d9fdace4c79166836aaa00d7cfa5541f2dc29c3f;hp=37eb0a79c60ee99e7e37257bc1d24e37c5e4939a;hpb=a0c01abba26d4c00428d340d068f87a84afbc917;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 37eb0a7..1637d58 100644 --- a/Constants.hs +++ b/Constants.hs @@ -161,6 +161,26 @@ copyId = "copy" 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 +197,8 @@ hwnotId = "hwnot" hwandId :: String hwandId = "hwand" +lengthTId :: String +lengthTId = "lengthT" ------------------ -- VHDL type marks