X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=60aba4e9303cf3da356d02e490d1e2fb8d8d272c;hb=1476a5bd6c7c174ffbd39a178caa9701bdd39ac1;hp=43cc189557b923e276e8afde9c8ad66dc83df668;hpb=02534f209c10759b7f1c8d3eedff5c742570de76;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 43cc189..60aba4e 100644 --- a/Constants.hs +++ b/Constants.hs @@ -165,6 +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"