Skip to content

Commit

Permalink
Merge PR coq#19102: Ltac2: Avoid double typechecking in exact
Browse files Browse the repository at this point in the history
Reviewed-by: ppedrot
Co-authored-by: ppedrot <[email protected]>
  • Loading branch information
coqbot-app[bot] and ppedrot authored Jun 11, 2024
2 parents 58d8ec3 + 3ed0133 commit b57e3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user-contrib/Ltac2/Notations.v
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ Ltac2 exact1 ev c :=
(Constr.Pretype.expected_oftype (Control.goal()))
c
in
Control.refine (fun _ => c)).
Std.exact_no_check c).

Ltac2 Notation "exact" c(preterm) := exact1 false c.

Expand Down

0 comments on commit b57e3f4

Please sign in to comment.