haddock-2.7.0: A documentation-generation tool for Haskell librariesSource codeContentsIndex
Haddock.Interface.Create
Portabilityportable
Stabilityexperimental
Maintainerhaddock@projects.haskell.org
Description
Synopsis
createInterface :: GhcModule -> [Flag] -> ModuleMap -> InstIfaceMap -> ErrMsgGhc Interface
Documentation
createInterface :: GhcModule -> [Flag] -> ModuleMap -> InstIfaceMap -> ErrMsgGhc InterfaceSource
Process the data in the GhcModule to produce an interface. To do this, we need access to already processed modules in the topological sort. That's what's in the module map.
Produced by Haddock version 2.6.0