Simon's big boxy-type commit
[ghc-hetmet.git] / ghc / compiler / typecheck / TcType.lhs-boot
index 2b7a0c3..191badd 100644 (file)
@@ -1,5 +1,7 @@
 \begin{code}
 module TcType where
+import Outputable( SDoc )
 
 data TcTyVarDetails 
+pprTcTyVarDetails :: TcTyVarDetails -> SDoc
 \end{code}