Added "lengthT"
[matthijs/master-project/cλash.git] / Constants.hs
index 60aba4e9303cf3da356d02e490d1e2fb8d8d272c..1637d582ea14c53f7841cd64b3c6a2c529d1b590 100644 (file)
@@ -177,6 +177,10 @@ foldrId = "foldr"
 zipId :: String
 zipId = "zip"
 
+-- | unzip function identifier
+unzipId :: String
+unzipId = "unzip"
+
 -- | hwxor function identifier
 hwxorId :: String
 hwxorId = "hwxor"
@@ -193,6 +197,8 @@ hwnotId = "hwnot"
 hwandId :: String
 hwandId = "hwand"
 
+lengthTId :: String
+lengthTId = "lengthT"
 
 ------------------
 -- VHDL type marks