From: simonpj Date: Tue, 20 Feb 2001 09:45:57 +0000 (+0000) Subject: [project @ 2001-02-20 09:45:57 by simonpj] X-Git-Tag: Approximately_9120_patches~2587 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=f1e064a8e6314b759ab2603d4979a4b2e08f1bdc;p=ghc-hetmet.git [project @ 2001-02-20 09:45:57 by simonpj] Import wibbles --- 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 )