Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Iris
c
Commits
82563700
Commit
82563700
authored
Nov 16, 2018
by
Dan Frumin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
a wee cleanup
parent
616906bb
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
theories/lib/flock.v
theories/lib/flock.v
+1
-1
theories/tests/unknowns.v
theories/tests/unknowns.v
+1
-1
No files found.
theories/lib/flock.v
View file @
82563700
...
...
@@ -656,7 +656,7 @@ Section flock.
iDestruct
(
own_valid_2
with
"Haprops HI"
)
as
%[
Hfoo
_
]%
auth_valid_discrete_2
.
(* TODO: RK,
please take a look at this horrific script
*)
(* TODO: RK,
can this proof script be simplified? The idea is not complicated.
*)
(* We are going to separate the active resources I out of the fp map *)
pose
(
I''
:
=
fmap
res_name
I
).
assert
(
∃
P'
,
P'
##
ₘ
I''
∧
fp
≡
P'
∪
I''
)
as
[
P'
HP'
].
...
...
theories/tests/unknowns.v
View file @
82563700
...
...
@@ -36,7 +36,7 @@ Section tests_vcg.
intros
.
vcg
.
iExists
(
n
).
repeat
iSplit
;
eauto
.
{
iPureIntro
.
lia
.
}
iIntros
(
l
)
"? Hl"
.
assert
(
∃
m
,
n
=
S
m
)
as
[
k
->].
exists
(
pred
n
).
lia
.
iDestruct
"Hl"
as
"[Hl Hls]"
.
(* TODO: this looks ridiculous *)
iDestruct
"Hl"
as
"[Hl Hls]"
.
vcg_continue
.
eauto
42
with
iFrame
.
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