BSD-3-Clause licensed by Tony Day
Maintained by [email protected]
This version can be pinned in stack with:numhask-0.0.7@sha256:fd59f909c5d7b7093e1c14fe9b1825e820de5230bb90c302b2ba90fbfc347fa1,3006

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