cvs commit: fptools/ghc/compiler Simon-log fptools/ghc/compiler/basicTypes Name.lhs fptools/ghc/compiler/coreSyn CoreSyn.lhs CoreTidy.lhs CoreUnfold.lhs PprCore.lhs fptools/ghc/compiler/deSugar Desugar.lhs fptools/ghc/compiler/hsSyn HsDecls.lhs HsSyn.lhs ...

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Wed, 25 Oct 2000 05:56:23 -0700


simonpj     2000/10/25 05:56:23 PDT

  Modified files:
    ghc/compiler         Simon-log 
    ghc/compiler/basicTypes Name.lhs 
    ghc/compiler/coreSyn CoreSyn.lhs CoreTidy.lhs CoreUnfold.lhs 
                         PprCore.lhs 
    ghc/compiler/deSugar Desugar.lhs 
    ghc/compiler/hsSyn   HsDecls.lhs HsSyn.lhs 
    ghc/compiler/main    HscTypes.lhs MkIface.lhs 
    ghc/compiler/prelude TysWiredIn.lhs 
    ghc/compiler/rename  Rename.lhs RnBinds.hi-boot 
                         RnBinds.hi-boot-5 RnBinds.lhs RnEnv.lhs 
                         RnHiFiles.lhs RnHsSyn.lhs RnIfaces.lhs 
                         RnMonad.lhs RnSource.hi-boot 
                         RnSource.hi-boot-5 RnSource.lhs 
    ghc/compiler/simplCore SimplCore.lhs 
    ghc/compiler/specialise Rules.lhs 
    ghc/compiler/typecheck TcClassDcl.lhs TcDeriv.lhs TcEnv.lhs 
                           TcInstDcls.lhs TcModule.lhs 
                           TcMonoType.lhs TcRules.lhs 
                           TcTyClsDecls.lhs 
    ghc/compiler/types   InstEnv.lhs 
    ghc/compiler/usageSP UsageSPInf.lhs 
  Log:
  Tons of stuff for the mornings work
  
  Revision  Changes    Path
  1.2       +11 -0     fptools/ghc/compiler/Simon-log
  1.71      +2 -2      fptools/ghc/compiler/basicTypes/Name.lhs
  1.35      +12 -5     fptools/ghc/compiler/coreSyn/CoreSyn.lhs
  1.13      +10 -17    fptools/ghc/compiler/coreSyn/CoreTidy.lhs
  1.73      +1 -1      fptools/ghc/compiler/coreSyn/CoreUnfold.lhs
  1.53      +4 -1      fptools/ghc/compiler/coreSyn/PprCore.lhs
  1.34      +5 -6      fptools/ghc/compiler/deSugar/Desugar.lhs
  1.54      +26 -28    fptools/ghc/compiler/hsSyn/HsDecls.lhs
  1.30      +0 -1      fptools/ghc/compiler/hsSyn/HsSyn.lhs
  1.39      +2 -3      fptools/ghc/compiler/main/HscTypes.lhs
  1.87      +179 -146  fptools/ghc/compiler/main/MkIface.lhs
  1.58      +1 -0      fptools/ghc/compiler/prelude/TysWiredIn.lhs
  1.110     +16 -20    fptools/ghc/compiler/rename/Rename.lhs
  1.4       +1 -1      fptools/ghc/compiler/rename/RnBinds.hi-boot
  1.6       +1 -1      fptools/ghc/compiler/rename/RnBinds.hi-boot-5
  1.56      +11 -9     fptools/ghc/compiler/rename/RnBinds.lhs
  1.87      +9 -11     fptools/ghc/compiler/rename/RnEnv.lhs
  1.5       +3 -3      fptools/ghc/compiler/rename/RnHiFiles.lhs
  1.41      +3 -1      fptools/ghc/compiler/rename/RnHsSyn.lhs
  1.112     +13 -6     fptools/ghc/compiler/rename/RnIfaces.lhs
  1.99      +1 -1      fptools/ghc/compiler/rename/RnMonad.lhs
  1.8       +1 -1      fptools/ghc/compiler/rename/RnSource.hi-boot
  1.6       +4 -7      fptools/ghc/compiler/rename/RnSource.hi-boot-5
  1.99      +39 -44    fptools/ghc/compiler/rename/RnSource.lhs
  1.73      +129 -75   fptools/ghc/compiler/simplCore/SimplCore.lhs
  1.18      +14 -97    fptools/ghc/compiler/specialise/Rules.lhs
  1.81      +11 -14    fptools/ghc/compiler/typecheck/TcClassDcl.lhs
  1.71      +2 -3      fptools/ghc/compiler/typecheck/TcDeriv.lhs
  1.71      +55 -8     fptools/ghc/compiler/typecheck/TcEnv.lhs
  1.94      +5 -4      fptools/ghc/compiler/typecheck/TcInstDcls.lhs
  1.76      +6 -7      fptools/ghc/compiler/typecheck/TcModule.lhs
  1.66      +27 -26    fptools/ghc/compiler/typecheck/TcMonoType.lhs
  1.15      +24 -17    fptools/ghc/compiler/typecheck/TcRules.lhs
  1.60      +24 -84    fptools/ghc/compiler/typecheck/TcTyClsDecls.lhs
  1.9       +3 -55     fptools/ghc/compiler/types/InstEnv.lhs
  1.15      +1 -2      fptools/ghc/compiler/usageSP/UsageSPInf.lhs