cvs commit: fptools/ghc/compiler/main HscMain.lhs HscTypes.lhs fptools/ghc/compiler/rename RnEnv.lhs RnMonad.lhs

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Thu, 7 Dec 2000 00:22:53 -0800


simonpj     2000/12/07 00:22:53 PST

  Modified files:
    ghc/compiler/main    HscMain.lhs HscTypes.lhs 
    ghc/compiler/rename  RnEnv.lhs RnMonad.lhs 
  Log:
  Tidy up the Persistent Renamer State structure a little
  
  Revision  Changes    Path
  1.72      +4 -4      fptools/ghc/compiler/main/HscMain.lhs
  1.63      +4 -3      fptools/ghc/compiler/main/HscTypes.lhs
  1.101     +23 -18    fptools/ghc/compiler/rename/RnEnv.lhs
  1.112     +13 -21    fptools/ghc/compiler/rename/RnMonad.lhs