| Safe Haskell | Safe-Inferred |
|---|
HsImport.Symbol
- data Symbol
- = Symbol Name
- | AllOfSymbol Name
- | SomeOfSymbol Name [String]
Documentation
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) |