Commit 2022-11-15 22:02 28bde4b3
View on Github →feat: refactoring RingNF, ring1_nf
tactic (#601)
The ring1_nf
tactic acts like ring1
in that it expects the goal to be an equality and does not produce subgoals, but it will recursively simplify inside atoms like ring_nf
does in recursive mode.