lean4-htt/tests
Leonardo de Moura 6d5de9f965 feat: handle raw identifiers as binders in fun
@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]
```
2020-01-25 14:55:21 -08:00
..
bench feat: file IO using handles 2020-01-12 08:02:48 -08:00
compiler chore: fix tests 2020-01-20 22:26:07 -08:00
elabissues test: pattern confusion example 2019-12-19 13:36:22 -08:00
ir chore(tests): fix do syntax in tests 2019-06-30 13:04:34 +02:00
lean feat: handle raw identifiers as binders in fun 2020-01-25 14:55:21 -08:00
playground test: add termElab attribute test 2020-01-01 14:16:49 -08:00
plugin feat: file IO using handles 2020-01-12 08:02:48 -08:00