Skip to content
  • Simon Peyton Jones's avatar
    Fix erroneous float in CoreOpt · d2e290d3
    Simon Peyton Jones authored and Marge Bot's avatar Marge Bot committed
    The simple optimiser was making an invalid transformation
    to join points -- yikes.  The fix is easy.
    
    I also added some documentation about the fact that GHC uses
    a slightly more restrictive version of join points than does
    the paper.
    
    Fix #16918
    d2e290d3