Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Ralf Jung
Iris
Commits
8af24118
Commit
8af24118
authored
5 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Fix.
parent
2a11f567
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/atomic.8.8.ref
+6
-0
6 additions, 0 deletions
tests/atomic.8.8.ref
tests/list_reverse.ref
+2
-0
2 additions, 0 deletions
tests/list_reverse.ref
with
8 additions
and
0 deletions
tests/atomic.8.8.ref
+
6
−
0
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
...
...
This diff is collapsed.
Click to expand it.
tests/list_reverse.ref
+
2
−
0
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 Σ
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment