peano-inf-0.6: Lazy Peano numbers including observable infinity value.

Number.Peano.Inf.Functions

Synopsis

Documentation

minimum :: [Nat] -> NatSource

Minimum of the list elements. Works also for empty lists.

maximum :: [Nat] -> NatSource

Maximum of the list elements. Works also for empty lists.

length :: [a] -> NatSource