X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fiface%2FTcIface.hi-boot-6;h=fff8a9b0949be555a31bf951cbe0821dc849fbeb;hb=7eb5e29b4a7b6fef55512bc7bf3308e712ca3eba;hp=1a43e0eb0c9d546e48341cf103be15a40db3dd81;hpb=e4137764fddd9003f1d2a234de7b2fc076be335d;p=ghc-hetmet.git diff --git a/compiler/iface/TcIface.hi-boot-6 b/compiler/iface/TcIface.hi-boot-6 index 1a43e0e..fff8a9b 100644 --- a/compiler/iface/TcIface.hi-boot-6 +++ b/compiler/iface/TcIface.hi-boot-6 @@ -3,5 +3,7 @@ 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] +tcIfaceVectInfo :: Module.Module -> HscTypes.TypeEnv -> HscTypes.IfaceVectInfo -> TcRnTypes.IfL HscTypes.VectInfo +tcIfaceFamInst :: IfaceSyn.IfaceFamInst -> TcRnTypes.IfL FamInstEnv.FamInst