cvs commit: fptools/ghc/compiler/coreSyn CoreTidy.lhs fptools/ghc/compiler/simplCore SimplCore.lhs fptools/ghc/compiler/typecheck TcModule.lhs

Simon Peyton Jones simonpj@glass.cse.ogi.edu
Fri, 26 Jan 2001 07:04:16 -0800


simonpj     2001/01/26 07:04:16 PST

  Modified files:
    ghc/compiler/coreSyn CoreTidy.lhs 
    ghc/compiler/simplCore SimplCore.lhs 
    ghc/compiler/typecheck TcModule.lhs 
  Log:
  Fix a bug that meant functions mentioned only in orphan rules were discarded
  
  Revision  Changes    Path
  1.39      +3 -1      fptools/ghc/compiler/coreSyn/CoreTidy.lhs
  1.88      +11 -10    fptools/ghc/compiler/simplCore/SimplCore.lhs
  1.101     +3 -0      fptools/ghc/compiler/typecheck/TcModule.lhs