Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
Iron
Commits
d6fb3aae
Commit
d6fb3aae
authored
Apr 25, 2019
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump Iris.
parent
1e089064
Pipeline
#16254
failed with stage
in 10 minutes and 42 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
opam
opam
+1
-1
theories/heap_lang/lang.v
theories/heap_lang/lang.v
+1
-1
No files found.
opam
View file @
d6fb3aae
...
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
...
@@ -9,6 +9,6 @@ build: [make "-j%{jobs}%"]
install: [make "install"]
install: [make "install"]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iron" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/iron" ]
depends: [
depends: [
"coq-iris" { (= "dev.2019-0
3-06.2.f5d03e25
") | (= "dev") }
"coq-iris" { (= "dev.2019-0
4-24.0.d2f8b689
") | (= "dev") }
]
]
theories/heap_lang/lang.v
View file @
d6fb3aae
...
@@ -38,7 +38,7 @@ Instance binder_eq_dec_eq : EqDecision binder.
...
@@ -38,7 +38,7 @@ Instance binder_eq_dec_eq : EqDecision binder.
Proof
.
solve_decision
.
Defined
.
Proof
.
solve_decision
.
Defined
.
Instance
set_unfold_cons_binder
x
mx
X
P
:
Instance
set_unfold_cons_binder
x
mx
X
P
:
SetUnfold
(
x
∈
X
)
P
→
SetUnfold
(
x
∈
mx
:
b
:
X
)
(
BNamed
x
=
mx
∨
P
).
SetUnfold
ElemOf
x
X
P
→
SetUnfold
ElemOf
x
(
mx
:
b
:
X
)
(
BNamed
x
=
mx
∨
P
).
Proof
.
Proof
.
constructor
.
rewrite
-(
set_unfold
(
x
∈
X
)
P
).
constructor
.
rewrite
-(
set_unfold
(
x
∈
X
)
P
).
destruct
mx
;
rewrite
/=
?elem_of_cons
;
naive_solver
.
destruct
mx
;
rewrite
/=
?elem_of_cons
;
naive_solver
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment