We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03fcc8a commit 08c67acCopy full SHA for 08c67ac
doc/changelog/11-standard-library/16436-depr-jmed-notation.rst
@@ -0,0 +1,4 @@
1
+- **Deprecated:**
2
+ notation ``_ ~= _`` for ``JMeq`` in
3
+ ``Coq.Program.Equality`` (`#16436
4
+ <https://github.com/coq/coq/pull/16436>`_, by Gaëtan Gilbert).
theories/Program/Equality.v
@@ -33,7 +33,7 @@ Ltac block_goal := match goal with [ |- ?T ] => change (block T) end.
33
Ltac unblock_goal := unfold block in *.
34
35
(** Notation for heterogeneous equality. *)
36
-
+#[deprecated(since="8.17")]
37
Notation " x ~= y " := (@JMeq _ x _ y) (at level 70, no associativity).
38
39
(** Do something on an heterogeneous equality appearing in the context. *)
0 commit comments