Language.Haskell.Interpreter

The interpreter monad transformer

data InterpreterT m a

Running the interpreter

Interpreter options

data Option m a
data OptionVal m
data Extension

Context handling

type ModuleName

Module querying

data ModuleElem
type Id

Type inference

Evaluation

Error handling

data GhcError

Miscellaneous