cvs commit: fptools/ghc/compiler/typecheck TcDeriv.lhs TcEnv.lhs
TcInstDcls.lhs TcModule.lhs fptools/ghc/compiler/main HscMain.lhs
Simon Marlow
simonmar@glass.cse.ogi.edu
Fri, 23 Feb 2001 04:24:11 -0800
simonmar 2001/02/23 04:24:11 PST
Modified files:
ghc/compiler/typecheck TcDeriv.lhs TcEnv.lhs TcInstDcls.lhs
TcModule.lhs
ghc/compiler/main HscMain.lhs
Log:
Fix a problem with duplicate instances appearing in the interpreter
after reloading modules.
Revision Changes Path
1.78 +1 -1 fptools/ghc/compiler/typecheck/TcDeriv.lhs
1.87 +3 -8 fptools/ghc/compiler/typecheck/TcEnv.lhs
1.111 +15 -14 fptools/ghc/compiler/typecheck/TcInstDcls.lhs
1.106 +63 -13 fptools/ghc/compiler/typecheck/TcModule.lhs
1.97 +4 -8 fptools/ghc/compiler/main/HscMain.lhs