Configure changes to make testsuite work better on MSys
[ghc-hetmet.git] / compiler / typecheck / TcType.lhs-boot
1 \begin{code}
2 module TcType where
3 import Outputable( SDoc )
4
5 data TcTyVarDetails 
6 pprTcTyVarDetails :: TcTyVarDetails -> SDoc
7 \end{code}