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