numhask-0.7.0.0: readme.md
numhask
===
[](https://travis-ci.org/tonyday567/numhask) [](https://hackage.haskell.org/package/numhask)
This package provides numeric classes alternate to the prelude specified in haskell98.
The numeric class constellation looks somewhat like:

Usage
===
``` haskell
{-# 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
```