[project @ 1997-05-19 00:24:11 by sof]
[ghc-hetmet.git] / ghc / compiler / typecheck / TcEnv.hi-boot
1 _interface_ TcEnv 1
2 _exports_
3 TcEnv TcEnv initEnv;
4 _declarations_
5 1 data TcEnv a;
6 1 initEnv _:_ _forall_ [a] => ArrBase.MutableArray a PrelBase.Int (UniqFM.UniqFM (TyVar.GenTyVar (ArrBase.MutableArray a PrelBase.Int (TcType.TcMaybe a)))) -> TcEnv.TcEnv a ;;