X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=c5382933485f574e98e69d7d25fca58976da3956;hb=51213c2cae12b73b46eaf607a0ca1a6586644d73;hp=60aba4e9303cf3da356d02e490d1e2fb8d8d272c;hpb=1476a5bd6c7c174ffbd39a178caa9701bdd39ac1;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 60aba4e..c538293 100644 --- a/Constants.hs +++ b/Constants.hs @@ -177,6 +177,10 @@ foldrId = "foldr" zipId :: String zipId = "zip" +-- | unzip function identifier +unzipId :: String +unzipId = "unzip" + -- | hwxor function identifier hwxorId :: String hwxorId = "hwxor"