lean4-htt/tests/lean/weirdmacro.lean.expected.out
Leonardo de Moura ffefd8db36 chore: remove weird syntax sugar from macro command
Before this commit,
```
macro term x:term : term => `($x)
```
would generate the notation
```
syntax "term" term : term
```
2020-12-10 08:09:47 -08:00

4 lines
262 B
Text

weirdmacro.lean:1:6: error: expected no space before ':' or string literal
weirdmacro.lean:1:30: error: elaboration function for 'antiquot' has not been implemented
weirdmacro.lean:1:32: error: expected term
weirdmacro.lean:3:7: error: unknown identifier 'term'