Reorganisation of the source tree
[ghc-hetmet.git] / ghc / compiler / iface / TcIface.lhs-boot
diff --git a/ghc/compiler/iface/TcIface.lhs-boot b/ghc/compiler/iface/TcIface.lhs-boot
deleted file mode 100644 (file)
index 25191fc..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-\begin{code}
-module TcIface where
-import IfaceSyn         ( IfaceDecl, IfaceInst, IfaceRule )
-import TypeRep  ( TyThing )
-import TcRnTypes ( IfL )
-import InstEnv  ( Instance )
-import CoreSyn  ( CoreRule )
-
-tcIfaceDecl  :: IfaceDecl -> IfL TyThing
-tcIfaceInst  :: IfaceInst -> IfL Instance
-tcIfaceRule  :: IfaceRule -> IfL CoreRule
-\end{code}
-