From: sof Date: Sat, 5 Jul 1997 02:43:10 +0000 (+0000) Subject: [project @ 1997-07-05 02:43:10 by sof] X-Git-Tag: Approximately_1000_patches_recorded~264 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=788324b27ca8667a2687b99743ecb5aa987894b3;p=ghc-hetmet.git [project @ 1997-07-05 02:43:10 by sof] initEnv upd --- diff --git a/ghc/compiler/typecheck/TcEnv.hi-boot b/ghc/compiler/typecheck/TcEnv.hi-boot index 073f24e..89ac412 100644 --- a/ghc/compiler/typecheck/TcEnv.hi-boot +++ b/ghc/compiler/typecheck/TcEnv.hi-boot @@ -3,4 +3,4 @@ _exports_ TcEnv TcEnv initEnv; _declarations_ 1 data TcEnv a; -1 initEnv _:_ _forall_ [a] => ArrBase.MutableArray a PrelBase.Int (UniqFM.UniqFM (TyVar.GenTyVar (ArrBase.MutableArray a PrelBase.Int (TcType.TcMaybe a)))) -> TcEnv.TcEnv a ;; +1 initEnv _:_ _forall_ [a] => ArrBase.MutableVar a (TcType.TcTyVarSet a) -> TcEnv.TcEnv a ;;