garepinoh-0.9.9.2.1: reverse prefix notation calculator and calculation library

Safe HaskellSafe-Inferred

Console.Garepinoh.Preludes

Synopsis

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.