Home
last modified time | relevance | path

Searched refs:InstalledInterface (Results 1 – 6 of 6) sorted by relevance

/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Documentation/
H A DHaddock.hs18 InstalledInterface(..),
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/
H A DTypes.hs55 type InstIfaceMap = Map Module InstalledInterface -- TODO: rename
155 data InstalledInterface = InstalledInterface constructor
188 toInstalledIface :: Interface -> InstalledInterface
189 toInstalledIface interface = InstalledInterface
H A DInterfaceFile.hs50 ifInstalledIfaces :: [InstalledInterface]
387 instance Binary InstalledInterface where
388 put_ bh (InstalledInterface modu is_sig info docMap argMap
408 return (InstalledInterface modu is_sig info docMap argMap
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Interface/
H A DJson.hs27 jsonInstalledInterface :: InstalledInterface -> JsonDoc
28 jsonInstalledInterface InstalledInterface{..} = jsonObject properties function
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/
H A DXhtml.hs63 -> [InstalledInterface] -- ^ Reexported interfaces
266 -> [InstalledInterface] -> Bool -> Maybe (MDoc GHC.RdrName)
295 toInstalledDescription :: InstalledInterface -> Maybe (MDoc Name)
423 -> [InstalledInterface]
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/
H A DHaddock.hs275 -> [InstalledInterface] -> Map Module FilePath -> IO ()
340 installedMap :: Map Module InstalledInterface