summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcRnDriver.hs-boot
blob: e73855e03384167da65c80a42dc115fdfc317b34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
module TcRnDriver where

import DynFlags (DynFlags)
import Type (TyThing)
import TcRnTypes (TcM)
import Outputable (SDoc)
import Name (Name)

checkBootDeclM :: Bool  -- ^ True <=> an hs-boot file (could also be a sig)
               -> TyThing -> TyThing -> TcM ()
missingBootThing :: Bool -> Name -> String -> SDoc
badReexportedBootThing :: DynFlags -> Bool -> Name -> Name -> SDoc