@hackage numhask-space0.7.0.0
Numerical spaces.
Categories
License
BSD-3-Clause
Maintainer
tonyday567@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (9)
- 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 Show all…
Dependents (10)
@hackage/box, @hackage/chart-svg, @hackage/numhask-histogram, @hackage/ephemeral, @hackage/chart-svg-various, @hackage/numhask-hedgehog, Show all…
numhask-space
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