-
Notifications
You must be signed in to change notification settings - Fork 8
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
Implement C FFI for purescript-integers #31
Comments
I would love to get some help with this: https://github.com/pure-c/purescript-integers/blob/c/src/Data/Int.c. What's a good way to handle NaN? Treat it strictly as a number, or some sort of hybrid? How to deal with partiality and type mismatches? The latest commit details the state of the C FFI for purescript-integers:
Edit: Re radix related partiality, I just noticed that |
Alright, purescript-integers passes it's test suite now, but a few things are unchecked for, so still a bit of guess work involved. Updated notes:
|
Required by #12
The text was updated successfully, but these errors were encountered: