numhask-space
===
[](https://travis-ci.org/tonyday567/numhask-space) [](https://hackage.haskell.org/package/numhask-space)
`numhask-space` provides support for spaces where [space](https://en.wikipedia.org/wiki/Space_(mathematics)) is defined as a set of numbers with a `lower `and `upper` bound.
Usage
===
``` haskell
{-# LANGUAGE NegativeLiterals #-}
{-# LANGUAGE RebindableSyntax #-}
import NumHask.Prelude
import NumHask.Space
```
Develop
===
```
stack build --test --haddock --file-watch
```