Fix Trac #4525: report type errors in terms of the immediate type synonym
[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}