chore: fix test output
This commit is contained in:
parent
da31ea4b5b
commit
fa94ce0660
1 changed files with 6 additions and 1 deletions
|
|
@ -1,3 +1,8 @@
|
|||
syntaxPrec.lean:1:18: error: expected ':'
|
||||
[Elab.command] syntax "foo"("*" <|> term,+) : term
|
||||
[Elab.command] failed to pretty print term (use 'set_option pp.rawOnError true' for raw representation)
|
||||
[Elab.command] @[termParser 1000]
|
||||
def «termFoo*_» : Lean.ParserDescr✝ :=
|
||||
ParserDescr.node✝ `«termFoo*_» 1022
|
||||
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "foo")
|
||||
(ParserDescr.binary✝ `orelse (ParserDescr.symbol✝ "*")
|
||||
(ParserDescr.sepBy1✝ (ParserDescr.cat✝ `term 0) "," (ParserDescr.symbol✝ ", ") Bool.false✝)))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue