Skip to content
  • Simon Peyton Jones's avatar
    Improve CSE.combineAlts · 88f7a762
    Simon Peyton Jones authored and Marge Bot's avatar Marge Bot committed
    This patch improves the way that CSE combines identical
    alternatives.  See #17901.
    
    I'm still not happy about the duplication between CSE.combineAlts
    and GHC.Core.Utils.combineIdenticalAlts; see the Notes with those
    functions.  But this patch is a step forward.
    
    Metric Decrease:
        T12425
        T5642
    88f7a762