X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=380a7451449b919a1db3cd0bd1473f4a6366782c;hb=3322a2e193ef8f96a0ee43de0364196232c84ef4;hp=d941e13671697b88c4103cbaa0e11c925583c542;hpb=1643800a4ef64501806747d2cafe917be7b1b3b2;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index d941e13..380a745 100644 --- a/Constants.hs +++ b/Constants.hs @@ -168,6 +168,9 @@ zipWithId = "zipWith" foldlId :: String foldlId = "foldl" +foldrId :: String +foldrId = "foldr" + -- | hwxor function identifier hwxorId :: String hwxorId = "hwxor"