numhask-space: Numerical spaces.

[ bsd3, library, math ] [ Propose Tags ]

numhask-space provides support for spaces where space is defined as a set of numbers with a lower and upper bound.

Usage

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

[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.1, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 0.5.0, 0.6.0, 0.6.1, 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.0.1, 0.11.0.0, 0.11.0.1, 0.11.1.0
Change log ChangeLog.md
Dependencies adjunctions (>=4.0 && <5), base (>=4.7 && <5), containers (>=0.6 && <0.7), distributive (>=0.2.2 && <1), numhask (>=0.7 && <0.8), semigroupoids (>=5 && <6), tdigest (>=0.2.1 && <0.3), text (>=1.2.3.1 && <2), time (>=1.9.1 && <1.12) [details]
License BSD-3-Clause
Copyright Tony Day
Author Tony Day
Maintainer tonyday567@gmail.com
Category mathematics
Home page https://github.com/tonyday567/numhask-space#readme
Bug tracker https://github.com/tonyday567/numhask-space/issues
Source repo head: git clone https://github.com/tonyday567/numhask-space
Uploaded by tonyday567 at 2020-11-23T21:11:54Z
Distributions LTSHaskell:0.11.1.0, Stackage:0.11.1.0
Reverse Dependencies 10 direct, 13 indirect [details]
Downloads 3445 total (50 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-11-23 [all 1 reports]

Readme for numhask-space-0.7.0.0

[back to package description]

numhask-space

Build Status Hackage

numhask-space provides support for spaces where space is defined as a set of numbers with a lower and upper bound.

Usage

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

Develop

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