def
tactic.interactive.assoc_rewrite
(q : interactive.parse tactic.interactive.rw_rules)
(l : interactive.parse interactive.types.location) :
assoc_rewrite [h₀,← h₁] at ⊢ h₂
behaves like rewrite [h₀,← h₁] at ⊢ h₂
with the exception that associativity is used implicitly to make rewriting
possible.
def
tactic.interactive.assoc_rw
(q : interactive.parse tactic.interactive.rw_rules)
(l : interactive.parse interactive.types.location) :
synonym for assoc_rewrite