cvs commit: fptools/ghc/compiler/stranal SaAbsInt.lhs

Julian Seward sewardj@glass.cse.ogi.edu
Thu, 7 Jun 2001 08:01:47 -0700


sewardj     2001/06/07 08:01:47 PDT

  Modified files:        (Branch: ghc-5-00-branch)
    ghc/compiler/stranal SaAbsInt.lhs 
  Log:
  merge rev 1.43:
  Fix an existential-constructor bug:
  newtype Void = MkVoid Void    made the strictness analyser go into a loop.
  
  Revision  Changes    Path
  1.42.2.1  +4 -1      fptools/ghc/compiler/stranal/SaAbsInt.lhs