Add TODO regarding removal of is_wild.
[matthijs/master-project/cλash.git] / Constants.hs
index 1637d582ea14c53f7841cd64b3c6a2c529d1b590..cfb9d555faec4f4e2b58b197e2aef1dc0c5f2f55 100644 (file)
@@ -95,8 +95,8 @@ lengthId = "length"
 
 
 -- | isnull (function null in original Haskell source) function identifier
-isnullId :: String
-isnullId = "isnull"
+nullId :: String
+nullId = "null"
 
 
 -- | replace function identifier
@@ -157,6 +157,10 @@ reverseId = "reverse"
 copyId :: String
 copyId = "copy"
 
+-- | copyn function identifier
+copynId :: String
+copynId = "copyn"
+
 -- | map function identifier
 mapId :: String
 mapId = "map"