Fix long-standing bug in CPR analysis
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
Please register or sign in to comment