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