|
|
|
|
|
| Documentation |
|
| data NameSpace |
| Constructors | | ValueName | | | ClassName | | | TypeCon | | | DataCon | | | Other | |
| Instances | |
|
|
| type HsDeclP = HsDeclI PNT |
|
| type HsPatP = HsPatI PNT |
|
| type HsExpP = HsExpI PNT |
|
| type HsMatchP = HsMatchI PNT HsExpP HsPatP [HsDeclP] |
|
| type HsModuleP = HsModuleI ModuleName PNT [HsDeclI PNT] |
|
| type HsImportDeclP = HsImportDeclI ModuleName PNT |
|
| type HsExportEntP = HsExportSpecI ModuleName PNT |
|
| type RhsP = HsRhs HsExpP |
|
| type GuardP = (SrcLoc, HsExpP, HsExpP) |
|
| type HsAltP = HsAlt HsExpP HsPatP [HsDeclP] |
|
| type HsStmtP = HsStmt HsExpP HsPatP [HsDeclP] |
|
| type HsFieldP = HsFieldI PNT HsExpP |
|
| type HsTypeP = HsTypeI PNT |
|
| type EntSpecP = EntSpec PNT |
|
| type HsConDeclP = HsConDeclI PNT HsTypeP [HsTypeP] |
|
| type HsConDeclP' = HsConDeclI PNT (TI PNT HsTypeP) [TI PNT HsTypeP] |
|
| type ENT = Ent Id |
|
| type InScopes = Rel QName (Ent Id) |
|
| type Exports = [(Id, Ent Id)] |
|
| type SimpPos = (Int, Int) |
|
| Produced by Haddock version 0.9 |