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

Safe HaskellSafe-Inferred

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.