aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Intv.v
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2016-07-08 14:43:57 +0200
committerXavier Leroy <xavier.leroy@inria.fr>2016-07-08 14:43:57 +0200
commite73d5db97cdb22cce2ee479469f62af3c4b6264a (patch)
tree035d31018c2abec698eb49a205c60bbf5c24ba0d /lib/Intv.v
parentdb2445b3b745abd1a26f5a832a29ca269c725277 (diff)
downloadcompcert-e73d5db97cdb22cce2ee479469f62af3c4b6264a.tar.gz
compcert-e73d5db97cdb22cce2ee479469f62af3c4b6264a.zip
Port to Coq 8.5pl2
Manual merging of branch jhjourdan:coq8.5. No other change un functionality.
Diffstat (limited to 'lib/Intv.v')
-rw-r--r--lib/Intv.v6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Intv.v b/lib/Intv.v
index 090ff408..57d946e3 100644
--- a/lib/Intv.v
+++ b/lib/Intv.v
@@ -248,7 +248,7 @@ Next Obligation.
destruct H2. congruence. auto.
Qed.
Next Obligation.
- exists wildcard'0; split; auto. omega.
+ exists wildcard'; split; auto. omega.
Qed.
Next Obligation.
exists (hi - 1); split; auto. omega.
@@ -310,7 +310,3 @@ Hint Resolve
disjoint_range
in_shift in_shift_inv
in_elements elements_in : intv.
-
-
-
-