Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Paolo G. Giarrusso
iris
Commits
9851ef8d
Verified
Commit
9851ef8d
authored
2 years ago
by
Paolo G. Giarrusso
Browse files
Options
Downloads
Patches
Plain Diff
Add testcase for #461
parent
e60de03f
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#66096
passed
2 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/atomic.v
+11
-0
11 additions, 0 deletions
tests/atomic.v
with
11 additions
and
0 deletions
tests/atomic.v
+
11
−
0
View file @
9851ef8d
Require
Import
stdpp
.
coPset
.
Require
Import
iris
.
bi
.
telescopes
.
Require
Import
iris
.
bi
.
lib
.
atomic
.
From
iris
.
proofmode
Require
Import
tactics
.
From
iris
.
program_logic
Require
Export
atomic
.
From
iris
.
heap_lang
Require
Import
proofmode
notation
atomic_heap
.
...
...
@@ -5,6 +8,14 @@ From iris.prelude Require Import options.
Unset
Mangle
Names
.
Section
definition
.
Context
`{
BiFUpd
PROP
}
{
TA
TB
:
tele
}
(
Eo
Ei
:
coPset
)
.
Definition
AU_tele_quantify_iris
:
Prop
:=
⊢
∀
(
TA
TB
:
tele
)
(
α
:
TA
→
PROP
)
(
β
Φ
:
TA
→
TB
→
PROP
),
atomic_update
Eo
Ei
α
β
Φ
.
End
definition
.
Section
tests
.
Context
`{
!
heapGS
Σ
}
{
aheap
:
atomic_heap
Σ
}
.
Import
atomic_heap
.
notation
.
...
...
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