From 04652a716fb3acee5abe3cfad82f127563c1e896 Mon Sep 17 00:00:00 2001 From: letouzey Date: Fri, 6 Jul 2012 17:07:32 +0000 Subject: 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 --- theories/Arith/Compare.v | 2 ++ 1 file changed, 2 insertions(+) (limited to 'theories/Arith') 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. -- cgit v1.2.3