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
Abhishek Anand
Iris
Commits
8af24118
Commit
8af24118
authored
May 17, 2019
by
Robbert Krebbers
Browse files
Fix.
parent
2a11f567
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/atomic.8.8.ref
View file @
8af24118
...
...
@@ -6,6 +6,7 @@
Q : iProp Σ
l : loc
v : val
IPM_INTERNAL : IPM_STATE 3
============================
"Hl" : l ↦ v
--------------------------------------∗
...
...
@@ -36,6 +37,7 @@
heapG0 : heapG Σ
P : val → iProp Σ
Φ : language.val heap_lang → iProp Σ
IPM_INTERNAL : IPM_STATE 2
============================
_ : AACC << ∀ x : val, P x
ABORT AU << ∀ x : val, P x >> @ ⊤, ∅
...
...
@@ -68,6 +70,7 @@
heapG0 : heapG Σ
l : loc
Φ : language.val heap_lang → iProp Σ
IPM_INTERNAL : IPM_STATE 2
============================
_ : AACC << ∀ x : val, l ↦ x
ABORT AU << ∀ x : val, l ↦ x >> @ ⊤, ∅ << l ↦ x, COMM Φ #() >> >>
...
...
@@ -99,6 +102,7 @@
heapG0 : heapG Σ
l : loc
Φ : language.val heap_lang → iProp Σ
IPM_INTERNAL : IPM_STATE 2
============================
_ : AACC << l ↦ #()
ABORT AU << l ↦ #() >> @ ⊤, ∅
...
...
@@ -131,6 +135,7 @@
heapG0 : heapG Σ
l : loc
Φ : language.val heap_lang → iProp Σ
IPM_INTERNAL : IPM_STATE 2
============================
_ : AACC << l ↦ #()
ABORT AU << l ↦ #() >> @ ⊤, ∅ << l ↦ #(), COMM Φ #() >> >>
...
...
@@ -196,6 +201,7 @@
heapG0 : heapG Σ
l : loc
Φ : language.val heap_lang → iProp Σ
IPM_INTERNAL : IPM_STATE 1
============================
_ : AU << ∀ xx : val, l ↦ xx ∗ l ↦ xx ∗ l ↦ xx >> @ ⊤, ∅
<< ∃ yyyy : val, l ↦ yyyy
...
...
tests/list_reverse.ref
View file @
8af24118
...
...
@@ -5,6 +5,7 @@
hd, acc : val
xs, ys : list val
Φ : val → iPropI Σ
IPM_INTERNAL : IPM_STATE 2
============================
"Hxs" : is_list hd xs
"Hys" : is_list acc ys
...
...
@@ -16,6 +17,7 @@
Σ : gFunctors
heapG0 : heapG Σ
IPM_INTERNAL : IPM_STATE 2
acc : val
ys : list val
Φ : val → iPropI Σ
...
...
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