Lean4
/-- `#push_discr_tree X` shows the discrimination tree of all lemmas used by `push X`.
This can be helpful when you are constructing a set of `push` lemmas for the constant `X`.
-/
@[command_parser 1000]
public meta def pushTree : Lean.ParserDescr✝ :=
ParserDescr.node✝ `Mathlib.Tactic.Push.pushTree 1022
(ParserDescr.binary✝ `andthen (ParserDescr.symbol✝ "#push_discr_tree ")
(ParserDescr.binary✝ `andthen (ParserDescr.const✝ `colGt) (ParserDescr.cat✝ `term 0)))