X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=380a7451449b919a1db3cd0bd1473f4a6366782c;hb=9eebebd95cbf192b0e0cf50e7266df26b20942aa;hp=37eb0a79c60ee99e7e37257bc1d24e37c5e4939a;hpb=8c52b6cf13be6b0080ce3353bebfd04b18336036;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 37eb0a7..380a745 100644 --- a/Constants.hs +++ b/Constants.hs @@ -161,6 +161,16 @@ copyId = "copy" mapId :: String mapId = "map" +-- | zipwith function identifier +zipWithId :: String +zipWithId = "zipWith" + +foldlId :: String +foldlId = "foldl" + +foldrId :: String +foldrId = "foldr" + -- | hwxor function identifier hwxorId :: String hwxorId = "hwxor"