Added builtin foldl function
[matthijs/master-project/cλash.git] / Constants.hs
index 43cc189557b923e276e8afde9c8ad66dc83df668..d941e13671697b88c4103cbaa0e11c925583c542 100644 (file)
@@ -165,6 +165,9 @@ mapId = "map"
 zipWithId :: String
 zipWithId = "zipWith"
 
+foldlId :: String
+foldlId = "foldl"
+
 -- | hwxor function identifier
 hwxorId :: String
 hwxorId = "hwxor"