name: peano-inf version: 0.1 synopsis: Lazy Peano numbers including observable infinity value. description: Lazy Peano numbers including observable infinity value. . This data type was needed in a graph traversing algorithm. . This data type is ideal for lazy list length computation (the infinite value is not needed in this case). See also category: Data author: Péter Diviánszky maintainer: Péter Diviánszky copyright: (c) 2008 by Péter Diviánszky license: BSD3 license-file: LICENSE stability: experimental build-type: Simple cabal-version: >=1.2 library ghc-options: -Wall -fno-warn-overlapping-patterns -fno-warn-incomplete-patterns build-depends: base exposed-modules: Number.Peano.Inf