From f1e064a8e6314b759ab2603d4979a4b2e08f1bdc Mon Sep 17 00:00:00 2001 From: simonpj Date: Tue, 20 Feb 2001 09:45:57 +0000 Subject: [PATCH] [project @ 2001-02-20 09:45:57 by simonpj] Import wibbles --- ghc/compiler/typecheck/TcClassDcl.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/typecheck/TcClassDcl.lhs b/ghc/compiler/typecheck/TcClassDcl.lhs index cf01b50..6e7ad55 100644 --- a/ghc/compiler/typecheck/TcClassDcl.lhs +++ b/ghc/compiler/typecheck/TcClassDcl.lhs @@ -26,7 +26,7 @@ import TcHsSyn ( TcMonoBinds ) import Inst ( Inst, InstOrigin(..), LIE, emptyLIE, plusLIE, plusLIEs, instToId, newDicts, newMethod ) -import TcEnv ( TcId, TcEnv, RecTcEnv, TyThingDetails(..), tcAddImportedIdInfo, +import TcEnv ( TcEnv, RecTcEnv, TyThingDetails(..), tcAddImportedIdInfo, tcLookupClass, tcExtendTyVarEnvForMeths, tcExtendGlobalTyVars, tcExtendLocalValEnv, tcExtendTyVarEnv ) -- 1.7.10.4