Reorganisation of the source tree
[ghc-hetmet.git] / compiler / typecheck / TcType.lhs-boot
diff --git a/compiler/typecheck/TcType.lhs-boot b/compiler/typecheck/TcType.lhs-boot
new file mode 100644 (file)
index 0000000..191badd
--- /dev/null
@@ -0,0 +1,7 @@
+\begin{code}
+module TcType where
+import Outputable( SDoc )
+
+data TcTyVarDetails 
+pprTcTyVarDetails :: TcTyVarDetails -> SDoc
+\end{code}