Skip to content
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

Conversion between bigints does not sanity check. #1

Open
XertroV opened this issue Jan 11, 2018 · 0 comments
Open

Conversion between bigints does not sanity check. #1

XertroV opened this issue Jan 11, 2018 · 0 comments

Comments

@XertroV
Copy link

XertroV commented Jan 11, 2018

The following evaluates to false:

  • toBigInt 0 < toBigInt (top :: Word64)
  • toBigInt 0 < toBigInt (top :: Word32)

As you can imagine, this level of brokenness makes it pretty hard to use Data.Word.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant