Skip to content
  • Andreas Klebinger's avatar
    Tidy: Add flag to expose unfoldings if they take dictionary arguments. · 413217ba
    Andreas Klebinger authored and Marge Bot's avatar Marge Bot committed
    Add the flag `-fexpose-overloaded-unfoldings` to be able to control this
    behaviour.
    
    For ghc's boot libraries file size grew by less than 1% when it was
    enabled. However I refrained from enabling it by default for now.
    
    I've also added a section on specialization more broadly to the users
    guide.
    
    -------------------------
    Metric Decrease:
        MultiLayerModulesTH_OneShot
    Metric Increase:
        T12425
        T13386
        hard_hole_fits
    -------------------------
    413217ba