cvs commit: fptools/ghc/compiler/deSugar DsExpr.lhs fptools/ghc/compiler/rename RnExpr.lhs

Manuel Chakravarty chak@glass.cse.ogi.edu
Tue, 29 Jan 2002 20:09:52 -0800


chak        2002/01/29 20:09:52 PST

  Modified files:        (Branch: ghc-ndp-branch)
    ghc/compiler/deSugar DsExpr.lhs 
    ghc/compiler/rename  RnExpr.lhs 
  Log:
  * Renamer now adds the right free variables during processing arithmetic array
    sequences (not the `Enum' class, but the overloaded functions).
  * Added the missing desugaring rules for arithmetic array sequences.
  
  Revision  Changes    Path
  1.75.2.5  +18 -0     fptools/ghc/compiler/deSugar/DsExpr.lhs
  1.82.2.4  +6 -3      fptools/ghc/compiler/rename/RnExpr.lhs