Skip to content

Commit

Permalink
Merge pull request #122 from herbelin/master+adapting-coq-pr17832-cho…
Browse files Browse the repository at this point in the history
…ice-stronger-precedence-rewstrategy

Adapt to Coq PR #17832: syntax of choice in rewstrategy expects arguments at atomic level
  • Loading branch information
spitters authored Nov 6, 2023
2 parents 6ad1db9 + e6ac96a commit f9712ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theory/groups.v
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ End semigroup_props.
Ltac group_simplify :=
rewrite_strat
(try bottomup (hints group_simplify));
(try bottomup (choice (hints group_cancellation) <- associativity)).
(try bottomup (choice (hints group_cancellation) ( <- associativity ))).

Ltac group := group_simplify; easy.

Expand Down

0 comments on commit f9712ba

Please sign in to comment.