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