Lean4
/-- `apply_rw [rules]` is a shorthand for `grw +implicationHyp [rules]`. -/
@[tactic_parser 1000]
public meta def applyRwSeq : Lean.ParserDescr✝ :=
ParserDescr.node✝ `Mathlib.Tactic.applyRwSeq 1022
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen
(ParserDescr.binary✝ `andthen (ParserDescr.nonReservedSymbol✝ "apply_rw " false✝) Lean.Parser.Tactic.optConfig)
Lean.Parser.Tactic.rwRuleSeq)
(ParserDescr.unary✝ `optional Lean.Parser.Tactic.location))