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

primes behaves incorrectly when Word8 is used for computations #5

Open
bananu7 opened this issue Oct 4, 2017 · 0 comments
Open

primes behaves incorrectly when Word8 is used for computations #5

bananu7 opened this issue Oct 4, 2017 · 0 comments

Comments

@bananu7
Copy link

bananu7 commented Oct 4, 2017

(primes :: [Word8]) doesn't work. It's an Integral type allowed by the library, but it produces outright wrong results. The library should probably ensure that the type used for calculations is enough to correctly compute all results in the return domain.

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