Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dan Frumin
ReLoC-v1
Commits
2505d0f6
Commit
2505d0f6
authored
Sep 09, 2017
by
Dan Frumin
Browse files
Minor typographical correctoins
parent
66e89b20
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/examples/counter.v
View file @
2505d0f6
...
...
@@ -39,8 +39,8 @@ Section CG_Counter.
Lemma
bin_log_related_CG_increment_r
Γ
K
E1
E2
t
τ
(
x
l
:
loc
)
(
n
:
nat
)
:
nclose
specN
⊆
E1
→
(
x
↦ₛ
(#
nv
n
)
-
∗
l
↦ₛ
(#
♭
v
false
)
-
∗
(
x
↦ₛ
(#
nv
S
n
)
-
∗
l
↦ₛ
(#
♭
v
false
)
-
∗
(
{
E1
,
E2
;
Δ
;
Γ
}
⊨
t
≤
log
≤
fill
K
(
Lit
tt
)
:
τ
))
-
∗
(
x
↦ₛ
(#
nv
S
n
)
-
∗
l
↦ₛ
(#
♭
v
false
)
-
∗
(
{
E1
,
E2
;
Δ
;
Γ
}
⊨
t
≤
log
≤
fill
K
(
Lit
tt
)
:
τ
))
-
∗
{
E1
,
E2
;
Δ
;
Γ
}
⊨
t
≤
log
≤
fill
K
((
CG_increment
$
/
(
LitV
(
Loc
x
))
$
/
LitV
(
Loc
l
))
#())
%
E
:
τ
)
%
I
.
Proof
.
iIntros
(
?
)
"Hx Hl Hlog"
.
...
...
@@ -51,7 +51,7 @@ Section CG_Counter.
rel_rec_r
.
rel_load_r
.
rel_op_r
.
rel_store_r
.
simpl
.
rel_store_r
.
rel_rec_r
.
rel_apply_r
(
bin_log_related_release_r
with
"Hl"
);
eauto
.
by
iApply
"Hlog"
.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment