@hackage numhask-space0.8.0.0

Numerical spaces.

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