|
|
|
|
Synopsis |
|
|
|
Documentation |
|
|
Read a Haddock (.haddock) interface file. Return either an
InterfaceFile or an error message. If given a GHC Session, the function
registers all read names in the name cache of the session.
|
|
|
Constructors | | Instances | |
|
|
|
|
data InstalledInterface | Source |
|
A smaller version of Interface that we can get from the Haddock
interface files.
| Constructors | InstalledInterface | | instMod :: Module | | instInfo :: HaddockModInfo Name | | instDocMap :: Map Name (HsDoc DocName) | | instExports :: [Name] | | instVisibleExports :: [Name] | |
|
| Instances | |
|
|
|
Constructors | Documented Name Module | | Undocumented Name | |
| Instances | |
|
|
Produced by Haddock version 2.3.0 |