summaryrefslogtreecommitdiff
path: root/lib/Intv.v
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Intv.v')
-rw-r--r--lib/Intv.v5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/Intv.v b/lib/Intv.v
index 834f83d..a8fbd71 100644
--- a/lib/Intv.v
+++ b/lib/Intv.v
@@ -248,16 +248,13 @@ Next Obligation.
destruct H2. congruence. auto.
Qed.
Next Obligation.
- elim wildcard'0. intros y [A B]. exists y; split; auto. omega.
+ exists wildcard'0; split; auto. omega.
Qed.
Next Obligation.
exists (hi - 1); split; auto. omega.
Qed.
Next Obligation.
omegaContradiction.
-Qed.
-Next Obligation.
- apply Zwf_well_founded.
Defined.
End FORALL.