Skip to content

Commit

Permalink
compatibility with coq/coq#19310 (#1929)
Browse files Browse the repository at this point in the history
coq/coq#19310 rewrites the Coq prefix to Stdlib on the fly
  • Loading branch information
JasonGross authored Jul 13, 2024
1 parent 9ace037 commit d31276b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/Util/ZUtil/Hints/Core.v
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,15 @@ Module Coq.
End PreOmega.
End omega.
End Coq.
Module Stdlib.
Module omega.
Module PreOmega.
Definition Z_of_nat' := Z.of_nat.
Ltac hide_Z_of_nat a := idtac.
Ltac zify_nat_op := idtac.
End PreOmega.
End omega.
End Stdlib.

Ltac Coq.omega.PreOmega.zify_nat_op ::=
match goal with
Expand Down

0 comments on commit d31276b

Please sign in to comment.