Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263
[ghc-hetmet.git] / compiler / typecheck / TcType.lhs-boot
1 \begin{code}
2 module TcType where
3 import Outputable( SDoc )
4
5 data MetaDetails
6
7 data TcTyVarDetails 
8 pprTcTyVarDetails :: TcTyVarDetails -> SDoc
9 \end{code}