Lean4
@[inherit_doc mabs, 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✝ "|ₘ"))