\begin{code} module TcType where import Outputable( SDoc ) data TcTyVarDetails pprTcTyVarDetails :: TcTyVarDetails -> SDoc \end{code}