Lean4
@[inherit_doc abs, term_parser 1000]
public meta def «term|___|» : Lean.ParserDescr✝ :=
ParserDescr.node✝ `«term|___|» 1024
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.unary✝ `group
(ParserDescr.unary✝ `atomic
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "|") (ParserDescr.const✝ `noWs))))
(ParserDescr.cat✝ `term 0))
(ParserDescr.unary✝ `group (ParserDescr.const✝ `noWs)))
(ParserDescr.symbol✝ "|"))