Safe Haskell | Safe-Inferred |
---|
The only point of this module is to reexport items that we want from the standard Prelude.
- module Prelude
- ifThenElse :: Bool -> a -> a -> a
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.