X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fiface%2FTcIface.hi-boot-6;h=3c8ae7308c4be58f86cdd43e8f465549a2f4ced5;hp=1a43e0eb0c9d546e48341cf103be15a40db3dd81;hb=5a572299ca38fb302b0288c4ceaeb540287830d5;hpb=ed51bb0f84523769612c9c05807f879e1985c59b diff --git a/compiler/iface/TcIface.hi-boot-6 b/compiler/iface/TcIface.hi-boot-6 index 1a43e0e..3c8ae73 100644 --- a/compiler/iface/TcIface.hi-boot-6 +++ b/compiler/iface/TcIface.hi-boot-6 @@ -3,5 +3,6 @@ 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