-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Direct compilation for BIP / view for Data.Bits? #13
Comments
Agreed, and this is something that I can work on. |
One thing that we definitely need for this to happen are the bounded versions (the analogue of Prelude's |
This looks relevant: https://github.com/AbsInt/CompCert/blob/master/lib/Integers.v |
https://github.com/maximedenes/native-coq/tree/master/theories/Numbers also looks fitting |
As well as https://github.com/artart78/coq-bits |
Might be quite useful to link
Bip
/Bin
/Biz
to un/signed machine words, perhaps by making a covering function forData.Bits
.The text was updated successfully, but these errors were encountered: