Make genMap support mapping applications.
[matthijs/master-project/cλash.git] / Constants.hs
index d941e13671697b88c4103cbaa0e11c925583c542..380a7451449b919a1db3cd0bd1473f4a6366782c 100644 (file)
@@ -168,6 +168,9 @@ zipWithId = "zipWith"
 foldlId :: String
 foldlId = "foldl"
 
+foldrId :: String
+foldrId = "foldr"
+
 -- | hwxor function identifier
 hwxorId :: String
 hwxorId = "hwxor"