previously, only the WellFounded code was making use of the error location in the RecApp-metadata. We can do the same for structural recursion. This way, ``` def f (n : Nat) : Nat := match n with | 0 => 0 | n + 1 => f (n + 1) ``` will show the error with squiggly lines under `f (n + 1)`, and not at `def f`. |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lean | ||
| pkg | ||
| playground | ||
| plugin | ||
| simpperf | ||
| .gitignore | ||
| common.sh | ||