chore: improve clarity in a match expression (#8781)
This commit is contained in:
parent
3d3aa98c83
commit
444595878b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue