Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
examples
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
Model registry
Operate
Environments
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
Iris
examples
Merge requests
!65
Fix broken proofs for improved iFrame ∃
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix broken proofs for improved iFrame ∃
snyke7/examples:ike/frame_exist
into
master
Overview
0
Commits
4
Pipelines
1
Changes
15
Merged
Ike Mulder
requested to merge
snyke7/examples:ike/frame_exist
into
master
1 year ago
Overview
0
Commits
4
Pipelines
1
Changes
15
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
05dd1363
4 commits,
1 year ago
15 files
+
63
−
91
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
theories/concurrent_stacks/concurrent_stack3.v
+
1
−
1
Options
@@ -106,7 +106,7 @@ Section stack_works.
iMod
(
pointsto_persist
with
"Hl'"
)
as
"#Hl'"
.
iMod
(
"Hupd"
with
"HP"
)
as
"[HP HΨ]"
.
iMod
(
"Hclose"
with
"[Hl HP Hlist]"
)
as
"_"
.
{
iNext
;
iExists
(
Some
_),
(
v
::
xs
);
iFrame
;
iExists
_;
iFrame
;
auto
.
}
{
iNext
;
iExists
(
Some
_),
(
v
::
xs
);
iFrame
"#∗"
.
}
iModIntro
.
wp_pures
.
by
iApply
(
"HΦ"
with
"HΨ"
)
.
Loading