haddock

Portabilityportable
Stabilityexperimental
Maintainerhaddock@projects.haskell.org

Haddock.Interface.Create

Description

 

Synopsis

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.