@hackage numhask0.7.0.0
A numeric class hierarchy.
Categories
License
BSD-3-Clause
Maintainer
tonyday567@gmail.com
Links
Versions
Installation
Tested Compilers
Dependencies (7)
Dependents (26)
@hackage/box, @hackage/online, @hackage/web-rep, @hackage/mealy, @hackage/chart-svg, @hackage/numhask-histogram, Show all…
numhask
This package provides numeric classes alternate to the prelude specified in haskell98.
The numeric class constellation looks somewhat like:
Usage
{-# 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