nats: Natural numbers

[ algebra, bsd3, library, numeric ] [ Propose Tags ]

Natural numbers


[Skip to Readme]

Modules

[Last Documentation]

  • Numeric
    • Numeric.Natural

Flags

Manual Flags

NameDescriptionDefault
hashable

You can disable the use of the hashable package using `-f-hashable`.

Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

If disabled we will not supply an instance of Hashable.

Enabled
binary

You can disable the use of the binary package using `-f-binary`.

Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

If disabled we will not supply an instance of Binary.

Enabled
template-haskell

You can disable the use of the `template-haskell` package using `-f-template-haskell`.

Disabling this is an unsupported configuration, but it may be useful for accelerating builds in sandboxes for expert users.

If disabled we will not supply an instance of Lift.

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1, 0.1.2, 0.1.3, 0.2, 1, 1.1, 1.1.1, 1.1.2
Change log CHANGELOG.markdown
Dependencies base (>=2 && <5), binary (>=0.2 && <0.8), hashable (>=1.1.2.0 && <1.3), template-haskell (>=2.2 && <2.12) [details]
License BSD-3-Clause
Copyright Copyright (C) 2011-2014 Edward A. Kmett
Author Edward A. Kmett
Maintainer Edward A. Kmett <ekmett@gmail.com>
Revised Revision 1 made by phadej at 2019-05-22T10:33:49Z
Category Numeric, Algebra
Home page http://github.com/ekmett/nats/
Bug tracker http://github.com/ekmett/nats/issues
Source repo head: git clone git://github.com/ekmett/nats.git
Uploaded by EdwardKmett at 2015-11-05T10:56:38Z
Distributions LTSHaskell:1.1.2, NixOS:1.1.2, Stackage:1.1.2
Reverse Dependencies 65 direct, 14586 indirect [details]
Downloads 288694 total (96 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2016-11-30 [all 5 reports]

Readme for nats-1.1

[back to package description]

nats

Hackage Build Status

Haskell 98 natural numbers

Contact Information

Contributions and bug reports are welcome!

Please feel free to contact me through github or on the #haskell IRC channel on irc.freenode.net.

-Edward Kmett