X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=Constants.hs;h=c392521becb7817da215ee3ad379d976f6b80842;hb=c170d5cf53ad578ea96b3e80b926e23c3b512295;hp=838f9c5cb3567e8f44dc05c0e600c747b4574ab7;hpb=c0b63b2aae039cecafb06bbcf63e50ee0359709b;p=matthijs%2Fmaster-project%2Fc%CE%BBash.git diff --git a/Constants.hs b/Constants.hs index 838f9c5..c392521 100644 --- a/Constants.hs +++ b/Constants.hs @@ -252,6 +252,12 @@ toIntegerId = "to_integer" fromIntegerId :: String fromIntegerId = "fromInteger" +toSignedId :: String +toSignedId = "to_signed" + +toUnsignedId :: String +toUnsignedId = "to_unsigned" + ------------------ -- VHDL type marks ------------------