Portability | portable |
---|---|
Stability | experimental |
Maintainer | haddock@projects.haskell.org |
Haddock.Interface.Create
Description
- createInterface :: TypecheckedModule -> [Flag] -> IfaceMap -> InstIfaceMap -> ErrMsgGhc Interface
Documentation
createInterface :: TypecheckedModule -> [Flag] -> IfaceMap -> InstIfaceMap -> ErrMsgGhc Interface
Process the data in a 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 interface map.