CSPM-Interpreter-0.4.0.2: An interpreter for CSPM

PortabilityGHC-only
Stabilityexperimental
MaintainerFontaine@cs.uni-duesseldorf.de

CSPM.Interpreter.Eval

Description

The main eval function of the Interpreter.

Synopsis

Documentation

eval :: LExp -> EM ValueSource

Evaluate an expression in the EM monad.

runEM :: EM x -> Env -> xSource

Run the EM monad with a given envirionment.