From: Christiaan Baaij Date: Wed, 24 Jun 2009 11:37:56 +0000 (+0200) Subject: Added zipwithid X-Git-Url: https://git.stderr.nl/gitweb?a=commitdiff_plain;ds=sidebyside;h=02534f209c10759b7f1c8d3eedff5c742570de76;hp=--cc;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git Added zipwithid --- 02534f209c10759b7f1c8d3eedff5c742570de76 diff --git a/Constants.hs b/Constants.hs index 37eb0a7..43cc189 100644 --- a/Constants.hs +++ b/Constants.hs @@ -161,6 +161,10 @@ copyId = "copy" mapId :: String mapId = "map" +-- | zipwith function identifier +zipWithId :: String +zipWithId = "zipWith" + -- | hwxor function identifier hwxorId :: String hwxorId = "hwxor"