Home
last modified time | relevance | path

Searched refs:InstIfaceMap (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Interface/
H A DAttachInstances.hs55 attachInstances :: ExportInfo -> [Interface] -> InstIfaceMap -> ModuleSet -> Ghc [Interface]
164 findInstDoc :: Interface -> IfaceMap -> InstIfaceMap -> Name -> Maybe (MDoc Name)
171 findFixity :: Interface -> IfaceMap -> InstIfaceMap -> Name -> Maybe Fixity
H A DCreate.hs75 -> InstIfaceMap -- External, already installed interfaces
678 -> InstIfaceMap
732 -> InstIfaceMap
990 -> InstIfaceMap -- ^ Interfaces in other packages
1047 -> InstIfaceMap
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/
H A DInterface.hs125 createIfaces :: Verbosity -> [String] -> [Flag] -> InstIfaceMap -> Ghc ([Interface], ModuleSet)
151 processModule :: Verbosity -> ModSummary -> [Flag] -> IfaceMap -> InstIfaceMap -> Ghc (Maybe (Inter…
H A DTypes.hs55 type InstIfaceMap = Map Module InstalledInterface -- TODO: rename type