|
|
|
|
| Synopsis |
|
|
|
| Documentation |
|
| type LImportDecl name = Located (ImportDecl name) |
|
| data ImportDecl name |
| A single Haskell import declaration.
| | Constructors | | Instances | |
|
|
| type LIE name = Located (IE name) |
|
| data IE name |
| Imported or exported entity.
| | Constructors | | IEVar name | | | IEThingAbs name | Class/Type (can't tell)
| | IEThingAll name | ClassType plus all methodsconstructors
| | IEThingWith name [name] | ClassType plus some methodsconstructors
| | IEModuleContents ModuleName | (Export Only)
| | IEGroup Int HsDocString | Doc section heading
| | IEDoc HsDocString | Some documentation
| | IEDocNamed String | Reference to named doc
|
| Instances | |
|
|
| ieName :: IE name -> name |
|
| ieNames :: IE a -> [a] |
|
| Produced by Haddock version 2.7.2 |