| Safe Haskell | Safe-Inferred |
|---|
Console.Garepinoh.Preludes
- abstractPrelude :: (Read t, Show t, Eq t) => Prelude t
- floatingPrelude :: (Show t, Read t, Eq t, Floating t) => Prelude t
- boolPrelude :: Prelude Bool
Documentation
abstractPrelude :: (Read t, Show t, Eq t) => Prelude tSource
The abstract Prelude which implements functions typical for concatenative
programming languages.
floatingPrelude :: (Show t, Read t, Eq t, Floating t) => Prelude tSource
Prelude floating-point numbers.
Beside arithmetic operations and common mathematical constants etc.,
it also contains the abstractPrelude.
boolPrelude :: Prelude BoolSource
Prelude for Booleans.
Beside Boolean operations (e.g. conjunction and disjunction), it also
contains the abstractPrelude.