|
|
|
|
|
|
|
| Documentation |
|
| data Iface |
| Constructors | | Instances | |
|
|
| showIface :: Iface -> String |
|
| pprDeps :: Dependencies -> String |
|
| pprUsage :: Usage -> String |
|
| pprExport :: IfaceExport -> String |
|
| data Dependencies |
| Constructors | | Instances | |
|
|
| noDependencies :: Dependencies |
|
| type ModuleName = String |
|
| type PackageName = String |
|
| type Version = Int |
|
| type EncodedFS = FastString |
|
| type IfaceExport = (EncodedFS, [GenAvailInfo OccName]) |
|
| data GenAvailInfo name |
| Constructors | | Avail name | | | AvailTC name [name] | |
| Instances | |
|
|
| data OccName |
| Constructors | | Instances | |
|
|
| data NameSpace |
| Constructors | | VarName | | | DataName | | | TvName | | | TcClsName | |
| Instances | |
|
|
| data Usage |
| Constructors | | Instances | |
|
|
| Produced by Haddock version 0.7 |