Closed SkySkimmer closed 1 year ago
Before coq/coq#17964 replace foo with bar by tac actually means replace foo with bar by first [assumption | symmetry; assumption | tac].
replace foo with bar by tac
replace foo with bar by first [assumption | symmetry; assumption | tac]
Before coq/coq#17964
replace foo with bar by tac
actually meansreplace foo with bar by first [assumption | symmetry; assumption | tac]
.