summaryrefslogtreecommitdiff
path: root/compiler/iface/LoadIface.hs-boot
blob: ff2b3efb1aef5b762edf053ad5e694d01c1da7da (plain)
1
2
3
4
5
6
7
module LoadIface where
import Module (Module)
import TcRnMonad (IfM)
import HscTypes (ModIface)
import Outputable (SDoc)

loadSysInterface :: SDoc -> Module -> IfM lcl ModIface