[project @ 2005-01-27 10:44:00 by simonpj]
[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
new file mode 100644 (file)
index 0000000..51a5f9f
--- /dev/null
@@ -0,0 +1,9 @@
+\begin{code}
+module TcIface where
+import IfaceSyn         ( IfaceDecl )
+import TypeRep  ( TyThing )
+import TcRnTypes ( IfL )
+
+tcIfaceDecl  :: IfaceDecl -> IfL TyThing
+\end{code}
+