cvs commit: fptools/ghc/compiler/codeGen CgCon.lhs CgTailCall.lhs SMRep.lhs fptools/ghc/compiler/coreSyn MkExternalCore.lhs fptools/ghc/compiler/cprAnalysis CprAnalyse.lhs fptools/ghc/compiler/deSugar DsCCall.lhs DsExpr.lhs fptools/ghc/compiler/hsSyn HsExpr.lhs ...

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Mon, 25 Jun 2001 07:36:07 -0700


simonpj     2001/06/25 07:36:06 PDT

  Modified files:
    ghc/compiler/codeGen CgCon.lhs CgTailCall.lhs SMRep.lhs 
    ghc/compiler/coreSyn MkExternalCore.lhs 
    ghc/compiler/cprAnalysis CprAnalyse.lhs 
    ghc/compiler/deSugar DsCCall.lhs DsExpr.lhs 
    ghc/compiler/hsSyn   HsExpr.lhs HsTypes.lhs 
    ghc/compiler/main    SysTools.lhs 
    ghc/compiler/parser  Lex.lhs RdrHsSyn.lhs 
    ghc/compiler/simplCore CSE.lhs FloatIn.lhs LiberateCase.lhs 
                           SimplUtils.lhs 
    ghc/compiler/specialise Rules.lhs Specialise.lhs 
    ghc/compiler/stranal SaAbsInt.lhs WorkWrap.lhs WwLib.lhs 
    ghc/compiler/typecheck TcExpr.lhs TcMType.lhs TcMatches.lhs 
                           TcModule.lhs TcRules.lhs 
                           TcTyClsDecls.lhs TcTyDecls.lhs 
                           TcType.lhs 
    ghc/compiler/types   Generics.lhs Type.lhs 
  Log:
  Import wibbles
  
  Revision  Changes    Path
  1.29      +0 -1      fptools/ghc/compiler/codeGen/CgCon.lhs
  1.30      +2 -3      fptools/ghc/compiler/codeGen/CgTailCall.lhs
  1.15      +0 -1      fptools/ghc/compiler/codeGen/SMRep.lhs
  1.3       +0 -4      fptools/ghc/compiler/coreSyn/MkExternalCore.lhs
  1.17      +1 -5      fptools/ghc/compiler/cprAnalysis/CprAnalyse.lhs
  1.50      +1 -2      fptools/ghc/compiler/deSugar/DsCCall.lhs
  1.70      +2 -4      fptools/ghc/compiler/deSugar/DsExpr.lhs
  1.55      +0 -1      fptools/ghc/compiler/hsSyn/HsExpr.lhs
  1.49      +1 -1      fptools/ghc/compiler/hsSyn/HsTypes.lhs
  1.12      +4 -6      fptools/ghc/compiler/main/SysTools.lhs
  1.53      +1 -1      fptools/ghc/compiler/parser/Lex.lhs
  1.30      +0 -1      fptools/ghc/compiler/parser/RdrHsSyn.lhs
  1.12      +1 -1      fptools/ghc/compiler/simplCore/CSE.lhs
  1.28      +1 -1      fptools/ghc/compiler/simplCore/FloatIn.lhs
  1.22      +1 -2      fptools/ghc/compiler/simplCore/LiberateCase.lhs
  1.65      +2 -2      fptools/ghc/compiler/simplCore/SimplUtils.lhs
  1.28      +0 -1      fptools/ghc/compiler/specialise/Rules.lhs
  1.76      +1 -9      fptools/ghc/compiler/specialise/Specialise.lhs
  1.45      +0 -1      fptools/ghc/compiler/stranal/SaAbsInt.lhs
  1.46      +1 -1      fptools/ghc/compiler/stranal/WorkWrap.lhs
  1.48      +1 -1      fptools/ghc/compiler/stranal/WwLib.lhs
  1.101     +0 -1      fptools/ghc/compiler/typecheck/TcExpr.lhs
  1.2       +3 -8      fptools/ghc/compiler/typecheck/TcMType.lhs
  1.48      +1 -1      fptools/ghc/compiler/typecheck/TcMatches.lhs
  1.119     +0 -1      fptools/ghc/compiler/typecheck/TcModule.lhs
  1.26      +2 -3      fptools/ghc/compiler/typecheck/TcRules.lhs
  1.77      +5 -9      fptools/ghc/compiler/typecheck/TcTyClsDecls.lhs
  1.80      +3 -8      fptools/ghc/compiler/typecheck/TcTyDecls.lhs
  1.51      +4 -6      fptools/ghc/compiler/typecheck/TcType.lhs
  1.16      +2 -3      fptools/ghc/compiler/types/Generics.lhs
  1.86      +7 -10     fptools/ghc/compiler/types/Type.lhs