michael rice wrote: > Finally got adventurous enough to get Cabal working, downloaded the > primes package, and got the following error message when trying > isPrime. Am I missing something here?
The Data.Numbers.Primes module of the primes package does not implement 'isPrime'. The Numbers package is probably the one you want. Bertram _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
