Lean4
@[inherit_doc normNum, conv_parser 1000]
public meta def normNumConv : Lean.ParserDescr✝ :=
ParserDescr.node✝ `Mathlib.Tactic.normNumConv 1022
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.nonReservedSymbol✝ "norm_num" false✝) Lean.Parser.Tactic.optConfig)
(ParserDescr.unary✝ `optional ((with_annotate_term"&" @ParserDescr.nonReservedSymbol✝) " only" false✝)))
(ParserDescr.unary✝ `optional Lean.Parser.Tactic.simpArgs))