numhask: A numeric class hierarchy.

[ bsd3, library, math ] [ Propose Tags ]

This package provides numeric classes alternate to the prelude specified in haskell98.

The numeric class constellation looks somewhat like:

Usage

>>> {-# LANGUAGE NegativeLiterals #-}
>>> {-# LANGUAGE RebindableSyntax #-}
>>> import NumHask.Prelude

See NumHask for a detailed overview.


[Skip to Readme]

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

Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7, 0.0.8, 0.0.9, 0.1.0, 0.1.1, 0.1.2, 0.1.3, 0.1.4.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.2.3.1, 0.3.0.0, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.6.0.1, 0.6.0.2, 0.7.0.0, 0.7.1.0, 0.8.0.0, 0.8.1.0, 0.9.0.0, 0.10.0.0, 0.10.1.0, 0.10.1.1, 0.11.0.1, 0.11.0.2, 0.11.1.0, 0.12.0.0, 0.12.0.1, 0.12.0.2
Change log ChangeLog.md
Dependencies base (>=4.7 && <5), bifunctors (>=5.5 && <5.6), mmorph (>=1.1 && <1.2), protolude (>=0.3 && <0.4), random (>=1.2 && <1.3), text (>=1.2 && <1.3), transformers (>=0.5 && <0.6) [details]
License BSD-3-Clause
Copyright Tony Day
Author Tony Day
Maintainer tonyday567@gmail.com
Revised Revision 1 made by tonyday567 at 2020-11-23T22:37:44Z
Category mathematics
Home page https://github.com/tonyday567/numhask#readme
Bug tracker https://github.com/tonyday567/numhask/issues
Source repo head: git clone https://github.com/tonyday567/numhask(numhask)
Uploaded by tonyday567 at 2020-11-23T20:39:34Z
Distributions LTSHaskell:0.11.1.0, NixOS:0.11.1.0, Stackage:0.11.1.0
Reverse Dependencies 24 direct, 6 indirect [details]
Downloads 15494 total (111 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-11-23 [all 1 reports]

Readme for numhask-0.7.0.0

[back to package description]

numhask

Build Status Hackage

This package provides numeric classes alternate to the prelude specified in haskell98.

The numeric class constellation looks somewhat like:

nh

Usage

{-# LANGUAGE NegativeLiterals #-}
{-# LANGUAGE RebindableSyntax #-}
import NumHask.Prelude

See the documentation in the Numhask module for a detailed overview.

Develop

stack build --test --haddock --file-watch