Whitespace only in nativeGen/RegAlloc/Graph/TrivColorable.hs
[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}