From 02534f209c10759b7f1c8d3eedff5c742570de76 Mon Sep 17 00:00:00 2001 From: Christiaan Baaij Date: Wed, 24 Jun 2009 13:37:56 +0200 Subject: [PATCH] Added zipwithid --- Constants.hs | 4 ++++ 1 file changed, 4 insertions(+) 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" -- 2.30.2