Remove the (now unused) is_wild predicate.
[matthijs/master-project/cλash.git] / Constants.hs
index 838f9c5cb3567e8f44dc05c0e600c747b4574ab7..ad87e0a02979645ea1c80ad6789525932c912b10 100644 (file)
@@ -252,6 +252,15 @@ toIntegerId = "to_integer"
 fromIntegerId :: String
 fromIntegerId = "fromInteger"
 
+toSignedId :: String
+toSignedId = "to_signed"
+
+toUnsignedId :: String
+toUnsignedId = "to_unsigned"
+
+resizeId :: String
+resizeId = "resize"
+
 ------------------
 -- VHDL type marks
 ------------------