cvs commit: fptools/ghc/compiler/main HscMain.lhs HscTypes.lhs fptools/ghc/compiler/rename RnMonad.lhs fptools/ghc/compiler/typecheck Inst.lhs TcClassDcl.lhs TcDeriv.lhs TcEnv.lhs TcExpr.lhs TcGenDeriv.lhs TcHsSyn.lhs TcIfaceSig.lhs TcInstDcls.lhs ...

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Thu, 12 Oct 2000 06:45:00 -0700


simonpj     2000/10/12 06:45:00 PDT

  Modified files:
    ghc/compiler/main    HscMain.lhs HscTypes.lhs 
    ghc/compiler/rename  RnMonad.lhs 
    ghc/compiler/typecheck Inst.lhs TcClassDcl.lhs TcDeriv.lhs 
                           TcEnv.lhs TcExpr.lhs TcGenDeriv.lhs 
                           TcHsSyn.lhs TcIfaceSig.lhs 
                           TcInstDcls.lhs TcInstUtil.lhs 
                           TcModule.lhs TcMonad.lhs TcMonoType.lhs 
                           TcTyClsDecls.lhs TcTyDecls.lhs 
  Log:
  Simons work, mainly on the type checker
  
  Revision  Changes    Path
  1.5       +0 -1      fptools/ghc/compiler/main/HscMain.lhs
  1.4       +42 -7     fptools/ghc/compiler/main/HscTypes.lhs
  1.77      +2 -3      fptools/ghc/compiler/rename/RnMonad.lhs
  1.65      +2 -2      fptools/ghc/compiler/typecheck/Inst.lhs
  1.74      +1 -1      fptools/ghc/compiler/typecheck/TcClassDcl.lhs
  1.62      +7 -7      fptools/ghc/compiler/typecheck/TcDeriv.lhs
  1.53      +139 -423  fptools/ghc/compiler/typecheck/TcEnv.lhs
  1.86      +3 -3      fptools/ghc/compiler/typecheck/TcExpr.lhs
  1.62      +14 -15    fptools/ghc/compiler/typecheck/TcGenDeriv.lhs
  1.44      +4 -4      fptools/ghc/compiler/typecheck/TcHsSyn.lhs
  1.53      +8 -9      fptools/ghc/compiler/typecheck/TcIfaceSig.lhs
  1.82      +5 -4      fptools/ghc/compiler/typecheck/TcInstDcls.lhs
  1.36      +272 -10   fptools/ghc/compiler/typecheck/TcInstUtil.lhs
  1.61      +29 -28    fptools/ghc/compiler/typecheck/TcModule.lhs
  1.42      +47 -18    fptools/ghc/compiler/typecheck/TcMonad.lhs
  1.60      +37 -36    fptools/ghc/compiler/typecheck/TcMonoType.lhs
  1.56      +3 -3      fptools/ghc/compiler/typecheck/TcTyClsDecls.lhs
  1.63      +7 -7      fptools/ghc/compiler/typecheck/TcTyDecls.lhs