|
|
|
|
|
| Documentation |
|
| module IfaceType |
|
| data IfaceDecl |
| Constructors | | IfaceId | | | | IfaceData | | | | IfaceSyn | | | | IfaceClass | | | | IfaceForeign | | |
| Instances | |
|
|
| data IfaceClassOp |
| Constructors | | Instances | |
|
|
| data IfaceConDecl |
| Constructors | | Instances | |
|
|
| data IfaceConDecls |
| Constructors | | Instances | |
|
|
| data IfaceExpr |
| Constructors | | Instances | |
|
|
| type IfaceAlt = (IfaceConAlt, [FastString], IfaceExpr) |
|
| data IfaceNote |
| Constructors | | Instances | |
|
|
| data IfaceLetBndr |
| Constructors | | Instances | |
|
|
| data IfaceBinding |
| Constructors | | Instances | |
|
|
| data IfaceConAlt |
| Constructors | | Instances | |
|
|
| data IfaceIdInfo |
| Constructors | | Instances | |
|
|
| data IfaceIdDetails |
| Constructors | | Instances | |
|
|
| data IfaceInfoItem |
| Constructors | | Instances | |
|
|
| data IfaceRule |
| Constructors | | Instances | |
|
|
| data IfaceAnnotation |
| Constructors | | Instances | |
|
|
| type IfaceAnnTarget = AnnTarget OccName |
|
| data IfaceInst |
| Constructors | | Instances | |
|
|
| data IfaceFamInst |
| Constructors | | Instances | |
|
|
| ifaceDeclSubBndrs :: IfaceDecl -> [OccName] |
|
| visibleIfConDecls :: IfaceConDecls -> [IfaceConDecl] |
|
| freeNamesIfDecl :: IfaceDecl -> NameSet |
|
| freeNamesIfRule :: IfaceRule -> NameSet |
|
| pprIfaceExpr :: (SDoc -> SDoc) -> IfaceExpr -> SDoc |
|
| pprIfaceDeclHead :: IfaceContext -> OccName -> [IfaceTvBndr] -> SDoc |
|
| Produced by Haddock version 2.7.2 |