cvs commit: fptools/ghc/compiler/basicTypes VarEnv.lhs fptools/ghc/compiler/coreSyn CoreUnify.lhs fptools/ghc/compiler/deSugar MatchCon.lhs fptools/ghc/compiler/rename RnBinds.lhs RnEnv.lhs RnNames.lhs RnSource.lhs RnTypes.lhs fptools/ghc/compiler/typecheck Inst.lhs ...

Simon Peyton Jones simonpj at haskell.org
Fri Aug 27 04:35:40 EDT 2004


simonpj     2004/08/27 01:35:40 PDT

  Modified files:        (Branch: tidt-branch)
    ghc/compiler/basicTypes VarEnv.lhs 
    ghc/compiler/coreSyn CoreUnify.lhs 
    ghc/compiler/deSugar MatchCon.lhs 
    ghc/compiler/rename  RnBinds.lhs RnEnv.lhs RnNames.lhs 
                         RnSource.lhs RnTypes.lhs 
    ghc/compiler/typecheck Inst.lhs TcArrows.lhs TcBinds.lhs 
                           TcClassDcl.lhs TcDefaults.lhs 
                           TcDeriv.lhs TcExpr.lhs TcForeign.lhs 
                           TcHsType.lhs TcInstDcls.lhs 
                           TcMatches.lhs TcPat.lhs TcRnDriver.lhs 
                           TcRnMonad.lhs TcRnTypes.lhs 
                           TcSimplify.lhs TcTyClsDecls.lhs 
                           TcUnify.lhs 
  Log:
  Renamings mainly
  
  Revision  Changes    Path
  1.14.12.2 +4 -4      fptools/ghc/compiler/basicTypes/VarEnv.lhs
  1.1.2.7   +6 -7      fptools/ghc/compiler/coreSyn/Attic/CoreUnify.lhs
  1.18.4.6  +0 -1      fptools/ghc/compiler/deSugar/MatchCon.lhs
  1.91.2.7  +3 -3      fptools/ghc/compiler/rename/RnBinds.lhs
  1.175.2.2 +4 -4      fptools/ghc/compiler/rename/RnEnv.lhs
  1.165.2.3 +2 -2      fptools/ghc/compiler/rename/RnNames.lhs
  1.166.2.4 +1 -1      fptools/ghc/compiler/rename/RnSource.lhs
  1.27.2.3  +3 -3      fptools/ghc/compiler/rename/RnTypes.lhs
  1.138.2.14 +6 -8      fptools/ghc/compiler/typecheck/Inst.lhs
  1.7.2.11  +4 -4      fptools/ghc/compiler/typecheck/TcArrows.lhs
  1.124.2.21 +4 -4      fptools/ghc/compiler/typecheck/TcBinds.lhs
  1.142.2.13 +2 -2      fptools/ghc/compiler/typecheck/TcClassDcl.lhs
  1.32.4.1  +2 -2      fptools/ghc/compiler/typecheck/TcDefaults.lhs
  1.132.2.5 +2 -2      fptools/ghc/compiler/typecheck/TcDeriv.lhs
  1.169.2.15 +7 -8      fptools/ghc/compiler/typecheck/TcExpr.lhs
  1.67.2.2  +1 -1      fptools/ghc/compiler/typecheck/TcForeign.lhs
  1.14.2.14 +3 -3      fptools/ghc/compiler/typecheck/TcHsType.lhs
  1.167.2.12 +2 -2      fptools/ghc/compiler/typecheck/TcInstDcls.lhs
  1.82.2.15 +2 -2      fptools/ghc/compiler/typecheck/TcMatches.lhs
  1.96.2.14 +37 -18    fptools/ghc/compiler/typecheck/TcPat.lhs
  1.72.2.4  +2 -2      fptools/ghc/compiler/typecheck/TcRnDriver.lhs
  1.35.2.9  +20 -19    fptools/ghc/compiler/typecheck/TcRnMonad.lhs
  1.36.2.11 +7 -5      fptools/ghc/compiler/typecheck/TcRnTypes.lhs
  1.135.2.9 +1 -1      fptools/ghc/compiler/typecheck/TcSimplify.lhs
  1.107.2.8 +3 -7      fptools/ghc/compiler/typecheck/TcTyClsDecls.lhs
  1.55.2.22 +6 -7      fptools/ghc/compiler/typecheck/TcUnify.lhs


More information about the Cvs-ghc mailing list