Fix another hi-boot file
authorIan Lynagh <igloo@earth.li>
Tue, 10 Oct 2006 23:51:57 +0000 (23:51 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 10 Oct 2006 23:51:57 +0000 (23:51 +0000)
compiler/iface/TcIface.hi-boot-6

index 1a43e0e..3c8ae73 100644 (file)
@@ -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