arithmetic-1.3: Natural number arithmetic

LicenseMIT
MaintainerJoe Leslie-Hurd <joe@gilith.com>
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell98

Arithmetic.Prime.Sieve

Description

 

Documentation

newtype Sieve Source #

Constructors

Sieve 

Fields

Instances
Show Sieve Source # 
Instance details

Defined in Arithmetic.Prime.Sieve

Methods

showsPrec :: Int -> Sieve -> ShowS #

show :: Sieve -> String #

showList :: [Sieve] -> ShowS #