Reorganisation of the source tree
[ghc-hetmet.git] / compiler / iface / TcIface.lhs-boot
diff --git a/compiler/iface/TcIface.lhs-boot b/compiler/iface/TcIface.lhs-boot
new file mode 100644 (file)
index 0000000..25191fc
--- /dev/null
@@ -0,0 +1,13 @@
+\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}
+