From 788324b27ca8667a2687b99743ecb5aa987894b3 Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 5 Jul 1997 02:43:10 +0000 Subject: [PATCH] [project @ 1997-07-05 02:43:10 by sof] initEnv upd --- ghc/compiler/typecheck/TcEnv.hi-boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ;; -- 1.7.10.4