diff options
| -rw-r--r-- | elab.sml | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -117,10 +117,7 @@ struct (enumerate firstRow) in case refutablePattern of - NONE => - if null rows - then hd actions - else raise Fail "redundant match" + NONE => hd actions | SOME (i, _) => let val (patterns, occurrences) = |
