@hackage numhask0.7.0.0

A numeric class hierarchy.

numhask

Build Status Hackage

This package provides numeric classes alternate to the prelude specified in haskell98.

The numeric class constellation looks somewhat like:

nh

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