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
FP
iris-atomic
Commits
6396d121
Commit
6396d121
authored
Nov 02, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix flat.v which broke for some reason
Also update IRIS_VERSION because I can't be bothered to downgrade now...
parent
129cd4e8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
IRIS_VERSION
IRIS_VERSION
+1
-1
_CoqProject
_CoqProject
+0
-1
flat.v
flat.v
+2
-2
No files found.
IRIS_VERSION
View file @
6396d121
bb5e21f21fd1b5be820005eb53750f84270ab4ec
05a588df59ddfdc2e7a4aec5a98a50614c819693
_CoqProject
View file @
6396d121
-Q . iris_atomic
-Q iris iris
atomic.v
sync.v
atomic_incr.v
...
...
flat.v
View file @
6396d121
...
...
@@ -305,9 +305,9 @@ Section proof.
iIntros
(
?
)
"(#? & #? & #? & HΦ)"
.
wp_seq
.
wp_let
.
wp_bind
(
try_acquire
_
).
iApply
try_acquire_spec
.
iFrame
"#"
.
i
Split
;
last
by
wp_if
.
iFrame
"#"
.
i
Next
.
iIntros
([]);
last
by
(
iIntros
;
wp_if
)
.
(
*
acquired
the
lock
*
)
iIntros
"Hlocked [Ho2 HR]"
.
iIntros
"
[
Hlocked [Ho2 HR]
]
"
.
wp_if
.
wp_bind
(
!
_
)
%
E
.
iInv
N
as
"[H >Hm]"
"Hclose"
.
iDestruct
"H"
as
(
xs
'
hd
'
)
"[>Hs [>Hxs HRs]]"
.
...
...
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