chore: improve clarity in a match expression (#8781)

This commit is contained in:
Cameron Zwarich 2025-06-13 17:53:12 -07:00 committed by GitHub
parent 3d3aa98c83
commit 444595878b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -190,7 +190,7 @@ partial def R (e : FnBody) : M FnBody := do
return alt
else
.ctor c <$> D x c b
| _ => return alt
| .default _ => return alt
return .case tid x xType alts
| .jdecl j ys v b =>
let v ← R v