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

Safe HaskellSafe-Inferred

Control.Compilation.Fresh

Description

Compilation Monad and combinators for quickly assembling simple compilers.

Control/Compilation/Fresh.hs

State extension class and combinators for implementations of a state that support generation of fresh (i.e., unique) values (integers and strings).

Synopsis

Documentation

type FreshIndex = IntegerSource

Type synonyms and class memberships.