Don't create selector cases for unused binders.
[matthijs/master-project/cλash.git] / Constants.hs
index e8b0840df0903cf27a54b46e49b37acb478389b2..ad87e0a02979645ea1c80ad6789525932c912b10 100644 (file)
@@ -249,6 +249,18 @@ fromSizedWordId = "fromSizedWord"
 toIntegerId :: String
 toIntegerId = "to_integer"
 
+fromIntegerId :: String
+fromIntegerId = "fromInteger"
+
+toSignedId :: String
+toSignedId = "to_signed"
+
+toUnsignedId :: String
+toUnsignedId = "to_unsigned"
+
+resizeId :: String
+resizeId = "resize"
+
 ------------------
 -- VHDL type marks
 ------------------