Skip to content

Commit

Permalink
Generalize frontend, part I
Browse files Browse the repository at this point in the history
  • Loading branch information
pigumar1 committed Feb 13, 2024
1 parent 493cdc7 commit 129fcf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/haz3lweb/view/CursorInspector.re
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ let rec exp_view = (cls: Term.Cls.t, status: Info.status_exp) =>
| None => div_err([text("Case expression is inexhaustive")])
| Some(err) =>
div_err([
exp_view(Exp(Match), InHole(Common(err))),
exp_view(cls, InHole(Common(err))),
text("; case expression is inexhaustive"),
])
}
Expand Down

0 comments on commit 129fcf2

Please sign in to comment.