summaryrefslogtreecommitdiff
path: root/compiler/iface/TcIface.hi-boot-6
blob: 3c8ae7308c4be58f86cdd43e8f465549a2f4ced5 (plain)
1
2
3
4
5
6
7
8
module TcIface where

tcIfaceDecl  :: GHC.Base.Bool -> IfaceSyn.IfaceDecl -> TcRnTypes.IfL TypeRep.TyThing
tcIfaceInst  :: IfaceSyn.IfaceInst -> TcRnTypes.IfL InstEnv.Instance
tcIfaceRules :: GHC.Base.Bool -> [IfaceSyn.IfaceRule] -> TcRnTypes.IfL [CoreSyn.CoreRule]
tcIfaceFamInst :: IfaceSyn.IfaceFamInst -> TcRnTypes.IfL FamInstEnv.FamInst