aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Arith/Compare.v
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-02-14 14:39:07 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-02-14 14:39:07 +0000
commit67f72c93f5f364591224a86c52727867e02a8f71 (patch)
treeecf630daf8346e77e6620233d8f3e6c18a0c9b3c /theories/Arith/Compare.v
parentb239b208eb9a66037b0c629cf7ccb6e4b110636a (diff)
option -dump-glob pour coqdoc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2474 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Arith/Compare.v')
-rwxr-xr-xtheories/Arith/Compare.v5
1 files changed, 1 insertions, 4 deletions
diff --git a/theories/Arith/Compare.v b/theories/Arith/Compare.v
index cc4399d2f..f98115e6b 100755
--- a/theories/Arith/Compare.v
+++ b/theories/Arith/Compare.v
@@ -8,10 +8,7 @@
(*i $Id$ i*)
-(********************************************)
-(* Equality is decidable on [nat] *)
-(********************************************)
-
+(** Equality is decidable on [nat] *)
Lemma not_eq_sym : (A:Set)(p,q:A)(~p=q) -> ~(q=p).
Proof sym_not_eq.