-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Mathematics utilities for Haskell -- @package euler @version 0.3.0 module Numeric.Euler.Primes isPrime2 :: Integral a => a -> Bool trialAndDivision2 :: Integral a => a -> [a]