Allow arguments to builtins to be applications.
[matthijs/master-project/cλash.git] / Constants.hs
index 43cc189557b923e276e8afde9c8ad66dc83df668..380a7451449b919a1db3cd0bd1473f4a6366782c 100644 (file)
@@ -165,6 +165,12 @@ mapId = "map"
 zipWithId :: String
 zipWithId = "zipWith"
 
+foldlId :: String
+foldlId = "foldl"
+
+foldrId :: String
+foldrId = "foldr"
+
 -- | hwxor function identifier
 hwxorId :: String
 hwxorId = "hwxor"