Skip to content
  • Simon Peyton Jones's avatar
    Fix a subtle float-in bug · b498b998
    Simon Peyton Jones authored
    This patch makes
      fiExpr (AnnLam ...)
      noFloatIntoExpr (AnnLam ...)
    line up with each other.  Previously they behaved inconsistently
    with bad results.
    
    The details are in Trac #7088.    There's a regression test
    in simplCore/should_compile/T7088
    b498b998