Skip to content

Commit

Permalink
rasimpl: add one repeat
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoWinterhalter committed Jul 30, 2024
1 parent bbb4ebc commit 42c3741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/SubstNotations.v
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ Ltac setoid_rasimpl1_t t :=
Ltac rasimpl1_aux tac g :=
let rec aux t :=
first [
progress (tac t)
progress (repeat (tac t))
| lazymatch t with
| subst_cterm ?s _ => aux s
| ren_cterm ?r _ => aux r
Expand Down

0 comments on commit 42c3741

Please sign in to comment.