haskell-names-0.5.0: src/Language/Haskell/Names.hs
module Language.Haskell.Names
(
-- * Core functions
computeInterfaces
, getInterfaces
, annotateModule
-- * Types
, Symbol(..)
, Scoped(..)
, NameInfo(..)
, Error(..)
-- * Pretty printing
, ppError
, ppSymbol
) where
import Language.Haskell.Names.Types
import Language.Haskell.Names.Recursive