ivory-eval-0.1.0.3: Simple concrete evaluator for Ivory programs

Safe HaskellNone
LanguageHaskell2010

Ivory.Eval

Description

A simple interpreter for a subset of Ivory.

Synopsis

Documentation

openModule :: Module -> Eval a -> Eval a Source

Run an action inside the scope of a given module.

evalBlock :: Block -> Eval () Source

Main Evaluator