Before this commit, ``` macro term x:term : term => `($x) ``` would generate the notation ``` syntax "term" term : term ```
4 lines
262 B
Text
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'
|