[project @ 2005-12-13 12:42:51 by simonmar]
[ghc-hetmet.git] / ghc / compiler / iface / TcIface.hi-boot-6
index cac6b13..b03830c 100644 (file)
@@ -1,4 +1,7 @@
 module TcIface where
 
-tcImportDecl         :: Name.Name   -> TcRnTypes.IfG TypeRep.TyThing
+tcIfaceDecl  :: IfaceSyn.IfaceDecl -> TcRnTypes.IfL TypeRep.TyThing
+tcIfaceInst  :: IfaceSyn.IfaceInst -> TcRnTypes.IfL InstEnv.Instance
+tcIfaceRule  :: IfaceSyn.IfaceRule -> TcRnTypes.IfL CoreSyn.CoreRule
+