Skip to content
  • Simon Peyton Jones's avatar
    Fix long-standing bug in CPR analysis · 95c13506
    Simon Peyton Jones authored
    	MERGE TO STABLE
    
    For a long time (2002!) the CPR analysis done by
    dmdAnalTopRhs has been bogus.  In particular, it's possible
    for a newtype constructor to look CPR-ish when it simply isn't.
    
    This fixes it.  Test is stranal/newtype
    
    
    95c13506