garepinoh-0.9.9.1: reverse prefix notation calculator and calculation library

Safe HaskellSafe-Inferred

Console.Garepinoh.Utils

Synopsis

Documentation

step :: Read t => Prelude t -> Result t -> String -> Result tSource

value :: Read t => String -> Maybe (El t)Source

function :: (El t -> x) -> (String -> x) -> ((Prelude t -> Stack t -> Either String (Stack t)) -> x) -> Function t -> xSource

Destructor of Function.

append :: El t -> Stack t -> Result tSource

apply :: Read t => Prelude t -> El t -> Stack t -> Result tSource