Skip to content
  • Simon Peyton Jones's avatar
    Fix Trac #3118: missing alternative · 9414bda0
    Simon Peyton Jones authored
    This patch fixes a rather obscure bug, whereby it's possible
    for (case C a b of <alts>) to have altenatives that do not inclue
    (C a b)!  See Note [Unreachable code] in CoreUtils.
    9414bda0