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