Massive patch for the first months work adding System FC to GHC #34
[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}