data-nat-0.1.2: data Nat = Zero | Succ Nat

The data-nat package

The usual data Nat = Zero | Succ Nat datatype with the appropriate instances.

Should be portable to any Haskell 98 compiler which supports the CPP extension.

Properties

Versions0.1, 0.1.1, 0.1.2
Dependenciesbase (≥3 & <5), semigroups (≥0.7 & <0.9)
LicenseBSD3
CopyrightCopyright (C) 2012 Gábor Lehel
AuthorGábor Lehel
MaintainerGábor Lehel <illissius@gmail.com>
Stabilityexperimental
CategoryData, Math
Home pagehttp://github.com/glehel/data-nat
Source repositorygit clone git://github.com/glehel/data-nat.git
Upload dateSun Sep 23 11:23:03 UTC 2012
Uploaded byGaborLehel
Built onghc-7.6

Modules

Downloads