aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Structures
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-10-14 14:15:07 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-10-14 14:15:07 +0000
commitb3c7ac150df37e339aa43dbdb575b3b1a2f00cc1 (patch)
treefc7c47c0d208ccefc135fb05e63e03b60e68690e /theories/Structures
parentc08499f0ea4a8f20b7d224e024e78b56754f77d5 (diff)
Typo in last commit
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12389 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Structures')
-rw-r--r--theories/Structures/OrderedType2.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Structures/OrderedType2.v b/theories/Structures/OrderedType2.v
index 54de66e6c..14e946dd0 100644
--- a/theories/Structures/OrderedType2.v
+++ b/theories/Structures/OrderedType2.v
@@ -254,7 +254,7 @@ Ltac order_loop := intros; trivial;
| _ => auto; fail
end.
-Ltac order := order_loop; fail
+Ltac order := order_loop; fail.
Lemma gt_not_eq : forall x y, lt y x -> ~ eq x y.
Proof.