Santize comment dashes position.
[matthijs/master-project/cλash.git] / Constants.hs
index e8b0840df0903cf27a54b46e49b37acb478389b2..c392521becb7817da215ee3ad379d976f6b80842 100644 (file)
@@ -249,6 +249,15 @@ fromSizedWordId = "fromSizedWord"
 toIntegerId :: String
 toIntegerId = "to_integer"
 
+fromIntegerId :: String
+fromIntegerId = "fromInteger"
+
+toSignedId :: String
+toSignedId = "to_signed"
+
+toUnsignedId :: String
+toUnsignedId = "to_unsigned"
+
 ------------------
 -- VHDL type marks
 ------------------