haskell-names-0.4: Name resolution library for Haskell

Safe HaskellNone

Language.Haskell.Names.GlobalSymbolTable

Description

This module is designed to be imported qualified.

Synopsis

Documentation

data Table Source

Global symbol table — contains global names

data Result l a Source

Constructors

Result a 
Error (Error l) 
Special