summaryrefslogtreecommitdiff
path: root/compiler/typecheck/TcType.lhs-boot
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/typecheck/TcType.lhs-boot')
-rw-r--r--compiler/typecheck/TcType.lhs-boot7
1 files changed, 7 insertions, 0 deletions
diff --git a/compiler/typecheck/TcType.lhs-boot b/compiler/typecheck/TcType.lhs-boot
new file mode 100644
index 0000000000..191badd943
--- /dev/null
+++ b/compiler/typecheck/TcType.lhs-boot
@@ -0,0 +1,7 @@
+\begin{code}
+module TcType where
+import Outputable( SDoc )
+
+data TcTyVarDetails
+pprTcTyVarDetails :: TcTyVarDetails -> SDoc
+\end{code}