Added "zip" function
[matthijs/master-project/cλash.git] / Constants.hs
index 37eb0a79c60ee99e7e37257bc1d24e37c5e4939a..60aba4e9303cf3da356d02e490d1e2fb8d8d272c 100644 (file)
@@ -161,6 +161,22 @@ copyId = "copy"
 mapId :: String
 mapId = "map"
 
+-- | zipwith function identifier
+zipWithId :: String
+zipWithId = "zipWith"
+
+-- | foldl function identifier
+foldlId :: String
+foldlId = "foldl"
+
+-- | foldr function identifier
+foldrId :: String
+foldrId = "foldr"
+
+-- | zip function identifier
+zipId :: String
+zipId = "zip"
+
 -- | hwxor function identifier
 hwxorId :: String
 hwxorId = "hwxor"