compilation-0.0.0.3: Haskell functionality for quickly assembling simple compilers.

Safe HaskellSafe-Inferred

Control.Compilation.Environment

Description

Compilation Monad and combinators for quickly assembling simple compilers.

Control/Compilation/Environment.hs

State extension class and combinators for implementations of a state that support an environment (i.e., lookup table or dictionary) data structure or structures.

Synopsis

Documentation

type StateExtensionEnv a = [(String, a)]Source

Type synonyms and class memberships.