@Kha I am adding this kind of feature to improve the user experience. For example, the macro ``` syntax "[" ident "↦" term "]" : term macro_rules | `([$x ↦ $v]) => `(fun $x => $v) ``` is accepted and looks perfectly reasonable. However, before this commit, we would get a nasty error when elaborating ```lean check [x ↦ x + 1] ``` |
||
|---|---|---|
| .. | ||
| bench | ||
| compiler | ||
| elabissues | ||
| ir | ||
| lean | ||
| playground | ||
| plugin | ||