MIT licensed by Daniel Casanueva
Maintained by Daniel Casanueva (coding `at` danielcasanueva.eu)
This version can be pinned in stack with:positive-integer-0.1.2.1@sha256:326fe93dcd74256eeccdafc8fe8f8596d151a037111277e4b63ea2a873c714a0,651

Module documentation for 0.1.2.1

Depends on 1 package(full list with versions):

positive-integer

Haskell library to work with positive integers (i.e. 1, 2, 3, …). Some people call these the natural numbers. However, others include 0 as a natural number. The term positive integer is always clear. Besides, Natural is a widely used type in Haskell (and it has 0 in it).

In addition to functions strictly related to positive integers, functions for non-empty lists that take advantage of having positive integers available are also included. See Haddock documentation on Hackage for details.

Changes

0.1.2.1

  • Fixed haddock comments.
  • Support base-4.22.

0.1.2.0

  • Added fromTypeNat1.
  • Added withTypeNat1.

0.1.1.0

  • Added fromTypeNat.
  • Added withTypeNat.

0.1.0.0

  • First version.