Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Iris
Iris
Commits
d2f8b689
Commit
d2f8b689
authored
Apr 23, 2019
by
Robbert Krebbers
Browse files
Make use of new `SetUnfoldElemOf`.
parent
c3733dd1
Pipeline
#16233
passed with stage
in 15 minutes and 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/heap_lang/lang.v
View file @
d2f8b689
...
...
@@ -52,9 +52,9 @@ Instance binder_eq_dec_eq : EqDecision binder.
Proof
.
solve_decision
.
Defined
.
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
.
constructor
.
rewrite
-(
set_unfold
(
x
∈
X
)
P
).
constructor
.
rewrite
-(
set_unfold
_elem_of
x
X
P
).
destruct
mx
;
rewrite
/=
?elem_of_cons
;
naive_solver
.
Qed
.
...
...
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