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

import GhcPrelude
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