Major change in compilation of instance declarations (fix Trac #955, #2328)
[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}