Lean4
@[inherit_doc push, conv_parser 1000]
public meta def convPush____ : Lean.ParserDescr✝ :=
ParserDescr.node✝ `Mathlib.Tactic.Push.convPush____ 1022
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.nonReservedSymbol✝ "push" false✝)
(ParserDescr.unary✝ `optional Lean.Parser.Tactic.discharger))
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.const✝ `ppSpace) (ParserDescr.const✝ `colGt))
(ParserDescr.cat✝ `term 0)))