BSD-3-Clause licensed by Tony Day
Maintained by [email protected]
This version can be pinned in stack with:numhask-0.0.9@sha256:2c25d4b7aeece1926354e74dcb915851f65f3600a7f5a392d28a1d49274020d8,3005

numhask

Build Status Hackage lts nightly

A numeric prelude for primitive numbers and representable objects.

{-# LANGUAGE ExtendedDefaultRules #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# LANGUAGE DataKinds #-}
import Numhask.Prelude

Numhask.Prelude is a drop-in replacement for Prelude. Behind the scenes, it wraps Protolude.

stack build --test