Skip to content
  • Josef Svenningsson's avatar
    Fix ApplicativeDo regression #17835 · 19f12557
    Josef Svenningsson authored and Ben Gamari's avatar Ben Gamari committed
    A previous fix for #15344 made sure that monadic 'fail' is used properly
    when translating ApplicativeDo. However, it didn't properly account
    for when a 'fail' will be inserted which resulted in some programs
    failing with a type error.
    19f12557