Skip to content

Commit 4445958

Browse files
authored
chore: improve clarity in a match expression (#8781)
1 parent 3d3aa98 commit 4445958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lean/Compiler/IR/ResetReuse.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ partial def R (e : FnBody) : M FnBody := do
190190
return alt
191191
else
192192
.ctor c <$> D x c b
193-
| _ => return alt
193+
| .default _ => return alt
194194
return .case tid x xType alts
195195
| .jdecl j ys v b =>
196196
let v ← R v

0 commit comments

Comments
 (0)