Added zipwithid
authorChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 24 Jun 2009 11:37:56 +0000 (13:37 +0200)
committerChristiaan Baaij <christiaan.baaij@gmail.com>
Wed, 24 Jun 2009 11:37:56 +0000 (13:37 +0200)
Constants.hs

index 37eb0a79c60ee99e7e37257bc1d24e37c5e4939a..43cc189557b923e276e8afde9c8ad66dc83df668 100644 (file)
@@ -161,6 +161,10 @@ copyId = "copy"
 mapId :: String
 mapId = "map"
 
+-- | zipwith function identifier
+zipWithId :: String
+zipWithId = "zipWith"
+
 -- | hwxor function identifier
 hwxorId :: String
 hwxorId = "hwxor"