X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=380a7451449b919a1db3cd0bd1473f4a6366782c;hb=fc9e13429a9f75f03ef75b91ca540c08b40083a2;hp=43cc189557b923e276e8afde9c8ad66dc83df668;hpb=02534f209c10759b7f1c8d3eedff5c742570de76;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 43cc189..380a745 100644 --- a/Constants.hs +++ b/Constants.hs @@ -165,6 +165,12 @@ mapId = "map" zipWithId :: String zipWithId = "zipWith" +foldlId :: String +foldlId = "foldl" + +foldrId :: String +foldrId = "foldr" + -- | hwxor function identifier hwxorId :: String hwxorId = "hwxor"