numeric-prelude-0.3.0.1: An experimental alternative hierarchy of numeric type classes

Safe HaskellSafe-Infered

NumericPrelude.Base

Description

The only point of this module is to reexport items that we want from the standard Prelude.

Synopsis

Documentation

module Prelude

ifThenElse :: Bool -> a -> a -> a

The same as if', but the name is chosen such that it can be used for GHC-7.0's rebindable if-then-else syntax.