haddockSource codeContentsIndex
Haddock.Interface.Create
Synopsis
createInterface :: GhcModule -> [Flag] -> ModuleMap -> InstIfaceMap -> ErrMsgM Interface
Documentation
createInterface :: GhcModule -> [Flag] -> ModuleMap -> InstIfaceMap -> ErrMsgM 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.4.2