Updated all error messages to include modulename and function name
[matthijs/master-project/cλash.git] / Constants.hs
index c5382933485f574e98e69d7d25fca58976da3956..9a3c4dd24cbb79e48345bf40a6ffaa225ba0b4b9 100644 (file)
@@ -157,6 +157,10 @@ reverseId = "reverse"
 copyId :: String
 copyId = "copy"
 
+-- | copyn function identifier
+copynId :: String
+copynId = "copyn"
+
 -- | map function identifier
 mapId :: String
 mapId = "map"
@@ -197,6 +201,8 @@ hwnotId = "hwnot"
 hwandId :: String
 hwandId = "hwand"
 
+lengthTId :: String
+lengthTId = "lengthT"
 
 ------------------
 -- VHDL type marks