This package provides numeric classes alternate to the prelude as specified in haskell98.
The numeric class constellation looks somewhat like:
{-# LANGUAGE RebindableSyntax #-}
import NumHask.Prelude
See the documentation in the NumHask module for a detailed overview.
NumHask.Prelude passes through the Prelude, with the exception of functions which include Num, Rational, Integral or Real constraints.