From 9fcbb4ea786534982301f624d65e7d53e2f201be Mon Sep 17 00:00:00 2001 From: herbelin Date: Sat, 28 Feb 2004 13:03:01 +0000 Subject: MAJ Commentaires git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5397 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Logic.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Init') diff --git a/theories/Init/Logic.v b/theories/Init/Logic.v index 65fe059be8..9b8f4cfa0d 100755 --- a/theories/Init/Logic.v +++ b/theories/Init/Logic.v @@ -115,7 +115,7 @@ Inductive ex2 (A:Type) (P Q:A -> Prop) : Prop := Definition all (A:Type) (P:A -> Prop) := forall x:A, P x. -(*Rule order is important to give printing priority to fully typed ALL and EX*) +(* Rule order is important to give printing priority to fully typed exists *) Notation "'exists' x , p" := (ex (fun x => p)) (at level 200, x ident) : type_scope. -- cgit v1.2.3