X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=60aba4e9303cf3da356d02e490d1e2fb8d8d272c;hb=1476a5bd6c7c174ffbd39a178caa9701bdd39ac1;hp=380a7451449b919a1db3cd0bd1473f4a6366782c;hpb=5a6c7451c4ad8d7c9716acd53769581287681cc5;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 380a745..60aba4e 100644 --- a/Constants.hs +++ b/Constants.hs @@ -165,12 +165,18 @@ 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" + -- | hwxor function identifier hwxorId :: String hwxorId = "hwxor"