X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=d941e13671697b88c4103cbaa0e11c925583c542;hb=49191910156ccec4bb69ae24c69182a702691c60;hp=37eb0a79c60ee99e7e37257bc1d24e37c5e4939a;hpb=a0c01abba26d4c00428d340d068f87a84afbc917;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 37eb0a7..d941e13 100644 --- a/Constants.hs +++ b/Constants.hs @@ -161,6 +161,13 @@ copyId = "copy" mapId :: String mapId = "map" +-- | zipwith function identifier +zipWithId :: String +zipWithId = "zipWith" + +foldlId :: String +foldlId = "foldl" + -- | hwxor function identifier hwxorId :: String hwxorId = "hwxor"