Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Pierre Roux
Iris
Commits
f52f9f6a
Commit
f52f9f6a
authored
3 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Bump std++.
parent
0c23e92e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
coq-iris.opam
+1
-1
1 addition, 1 deletion
coq-iris.opam
iris_heap_lang/proph_erasure.v
+2
-2
2 additions, 2 deletions
iris_heap_lang/proph_erasure.v
with
3 additions
and
3 deletions
coq-iris.opam
+
1
−
1
View file @
f52f9f6a
...
@@ -28,7 +28,7 @@ tags: [
...
@@ -28,7 +28,7 @@ tags: [
depends: [
depends: [
"coq" { (>= "8.12" & < "8.16~") | (= "dev") }
"coq" { (>= "8.12" & < "8.16~") | (= "dev") }
"coq-stdpp" { (= "dev.2021-12-0
8
.0.
130789ac
") | (= "dev") }
"coq-stdpp" { (= "dev.2021-12-0
9
.0.
e6194e28
") | (= "dev") }
]
]
build: ["./make-package" "iris" "-j%{jobs}%"]
build: ["./make-package" "iris" "-j%{jobs}%"]
...
...
This diff is collapsed.
Click to expand it.
iris_heap_lang/proph_erasure.v
+
2
−
2
View file @
f52f9f6a
...
@@ -185,10 +185,10 @@ Proof.
...
@@ -185,10 +185,10 @@ Proof.
split
;
[
intros
?|
intros
(?
&
?
&
?)];
split
;
[
intros
?|
intros
(?
&
?
&
?)];
repeat
(
case_match
;
simplify_eq
/=
);
eauto
.
repeat
(
case_match
;
simplify_eq
/=
);
eauto
.
-
eexists
_;
split
;
eauto
;
simpl
.
-
eexists
_;
split
;
eauto
;
simpl
.
erewrite
bool_decide_
iff
;
first
by
eauto
.
erewrite
bool_decide_
ext
;
first
by
eauto
.
rewrite
erase_val_inj_iff
;
done
.
rewrite
erase_val_inj_iff
;
done
.
-
by
assert
(
vals_compare_safe
v1
v2
)
by
by
apply
vals_compare_safe_erase
.
-
by
assert
(
vals_compare_safe
v1
v2
)
by
by
apply
vals_compare_safe_erase
.
-
by
erewrite
bool_decide_
iff
;
last
apply
erase_val_inj_iff
.
-
by
erewrite
bool_decide_
ext
;
last
apply
erase_val_inj_iff
.
-
by
assert
(
vals_compare_safe
(
erase_val
v1
)
(
erase_val
v2
))
-
by
assert
(
vals_compare_safe
(
erase_val
v1
)
(
erase_val
v2
))
by
by
apply
vals_compare_safe_erase
.
by
by
apply
vals_compare_safe_erase
.
Qed
.
Qed
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment