aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-07-06 17:07:32 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-07-06 17:07:32 +0000
commit04652a716fb3acee5abe3cfad82f127563c1e896 (patch)
tree63cc749b8f24a87a7ded0e0e77ea18dc9d572975 /theories/Arith
parentd284e59636c616c289b9705fb12fa12901e285c3 (diff)
Restore the compatibility notation Compare.not_eq_sym
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15539 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith')
-rw-r--r--theories/Arith/Compare.v2
1 files changed, 2 insertions, 0 deletions
diff --git a/theories/Arith/Compare.v b/theories/Arith/Compare.v
index d304b99bd..70bce6c53 100644
--- a/theories/Arith/Compare.v
+++ b/theories/Arith/Compare.v
@@ -10,6 +10,8 @@
Local Open Scope nat_scope.
+Notation not_eq_sym := not_eq_sym (only parsing).
+
Implicit Types m n p q : nat.
Require Import Arith_base.