Skip to content

Commit

Permalink
make pelim clearing optional
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>
  • Loading branch information
Alizter committed Dec 29, 2023
1 parent 95a7794 commit 933fe28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theories/Pointed/Core.v
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ Ltac pelim q :=
cbn;
generalize dependent (q pt);
nrapply paths_ind_r;
clear q.
try clear q.

Tactic Notation "pelim" constr(x0) := pelim x0.
Tactic Notation "pelim" constr(x0) constr(x1) := pelim x0; pelim x1.
Expand Down

0 comments on commit 933fe28

Please sign in to comment.