You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(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.
The text was updated successfully, but these errors were encountered:
(primes :: [Word8])
doesn't work. It's anIntegral
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.The text was updated successfully, but these errors were encountered: