haddock

Portabilityportable
Stabilityexperimental
Maintainerhaddock@projects.haskell.org
Safe HaskellSafe-Infered

Haddock.Interface.Create

Description

 

Synopsis

Documentation

createInterface :: TypecheckedModule -> [Flag] -> IfaceMap -> InstIfaceMap -> ErrMsgGhc Interface

Use a TypecheckedModule to produce an Interface. To do this, we need access to already processed modules in the topological sort. That's what's in the IfaceMap.