aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Structures
diff options
context:
space:
mode:
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.