diff options
author | simonpj <unknown> | 2001-02-20 09:45:57 +0000 |
---|---|---|
committer | simonpj <unknown> | 2001-02-20 09:45:57 +0000 |
commit | f1e064a8e6314b759ab2603d4979a4b2e08f1bdc (patch) | |
tree | ab3e1bbbf886322621c969f5af1719a9471c6fe1 /ghc/compiler | |
parent | ee0b0cae12124ee61240d42e795f615e250d99b6 (diff) | |
download | haskell-f1e064a8e6314b759ab2603d4979a4b2e08f1bdc.tar.gz |
[project @ 2001-02-20 09:45:57 by simonpj]
Import wibbles
Diffstat (limited to 'ghc/compiler')
-rw-r--r-- | ghc/compiler/typecheck/TcClassDcl.lhs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/compiler/typecheck/TcClassDcl.lhs b/ghc/compiler/typecheck/TcClassDcl.lhs index cf01b509c1..6e7ad55243 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 ) |