cvs commit: fptools/ghc/compiler/basicTypes Id.lhs IdInfo.lhs fptools/ghc/compiler/coreSyn CoreTidy.lhs fptools/ghc/compiler/typecheck TcEnv.lhs

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Fri, 8 Dec 2000 04:56:01 -0800


simonpj     2000/12/08 04:56:01 PST

  Modified files:
    ghc/compiler/basicTypes Id.lhs IdInfo.lhs 
    ghc/compiler/coreSyn CoreTidy.lhs 
    ghc/compiler/typecheck TcEnv.lhs 
  Log:
  Get CAF info right
  
  Revision  Changes    Path
  1.79      +1 -16     fptools/ghc/compiler/basicTypes/Id.lhs
  1.63      +23 -16    fptools/ghc/compiler/basicTypes/IdInfo.lhs
  1.33      +10 -1     fptools/ghc/compiler/coreSyn/CoreTidy.lhs
  1.83      +1 -1      fptools/ghc/compiler/typecheck/TcEnv.lhs