From f11fc1871babffd64e9d3be99197f91a0dfc8b69 Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 22 Jul 2010 21:06:23 +0000 Subject: Made notations for exists, exists! and notations of Utf8.v recursive notations git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13317 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/MSets/MSetList.v | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'theories/MSets/MSetList.v') diff --git a/theories/MSets/MSetList.v b/theories/MSets/MSetList.v index 45278eaf6..bcf68f1d4 100644 --- a/theories/MSets/MSetList.v +++ b/theories/MSets/MSetList.v @@ -786,8 +786,7 @@ Module MakeRaw (X: OrderedType) <: RawSets X. Definition eq := L.eq. Definition eq_equiv := L.eq_equiv. Definition lt l1 l2 := - exists l1', exists l2', Ok l1' /\ Ok l2' /\ - eq l1 l1' /\ eq l2 l2' /\ L.lt l1' l2'. + exists l1' l2', Ok l1' /\ Ok l2' /\ eq l1 l1' /\ eq l2 l2' /\ L.lt l1' l2'. Instance lt_strorder : StrictOrder lt. Proof. -- cgit v1.2.3