[project @ 1997-09-04 19:55:23 by sof]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcType.hi-boot
1 _interface_ TcType 1
2 _exports_
3 TcType TcMaybe TcTyVarSet;
4 _declarations_
5 1 data TcMaybe a;
6 1 type TcTyVarSet a = TyVar.GenTyVarSet (ArrBase.MutableVar a (TcMaybe a));