hsimport-0.5.1: A command line program for extending the import list of a Haskell source file.

Safe HaskellSafe-Inferred

HsImport.Symbol

Synopsis

Documentation

data Symbol Source

What of the symbol should be imported.

Constructors

Symbol Name

only the symbol should be imported

AllOfSymbol Name

all constructors or methods of the symbol should be imported: Symbol(..)

SomeOfSymbol Name [String]

some constructors or methods of the symbol should be imported: Symbol(X, Y)

Instances