Make genMap support mapping applications.
[matthijs/master-project/cλash.git] / Constants.hs
index 37eb0a79c60ee99e7e37257bc1d24e37c5e4939a..380a7451449b919a1db3cd0bd1473f4a6366782c 100644 (file)
@@ -161,6 +161,16 @@ copyId = "copy"
 mapId :: String
 mapId = "map"
 
+-- | zipwith function identifier
+zipWithId :: String
+zipWithId = "zipWith"
+
+foldlId :: String
+foldlId = "foldl"
+
+foldrId :: String
+foldrId = "foldr"
+
 -- | hwxor function identifier
 hwxorId :: String
 hwxorId = "hwxor"