X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=c5382933485f574e98e69d7d25fca58976da3956;hb=51213c2cae12b73b46eaf607a0ca1a6586644d73;hp=380a7451449b919a1db3cd0bd1473f4a6366782c;hpb=5a6c7451c4ad8d7c9716acd53769581287681cc5;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 380a745..c538293 100644 --- a/Constants.hs +++ b/Constants.hs @@ -165,12 +165,22 @@ mapId = "map" 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"