Added "zip" function
[matthijs/master-project/cλash.git] / Constants.hs
index d941e13671697b88c4103cbaa0e11c925583c542..60aba4e9303cf3da356d02e490d1e2fb8d8d272c 100644 (file)
@@ -165,9 +165,18 @@ mapId = "map"
 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"