SYM_TAC
Tactic.SYM_TAC : tactic
Flips an equality at the top-level of a goal
An application of SYM_TAC
behaves as follows:
G ?- x = y
================= SYM_TAC
G ?- y = x
Fails if the goal is not an equality.
Also available as the alias sym_tac
.