Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simuliris
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
Iris
simuliris
Commits
10e7d793
Commit
10e7d793
authored
1 month ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
clarify notation
parent
30d93595
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#118929
passed
1 month ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/tree_borrows/README.md
+1
-1
1 addition, 1 deletion
theories/tree_borrows/README.md
with
1 addition
and
1 deletion
theories/tree_borrows/README.md
+
1
−
1
View file @
10e7d793
...
@@ -149,7 +149,7 @@ This program logic can prove refinements, and uses several separation logic reso
...
@@ -149,7 +149,7 @@ This program logic can prove refinements, and uses several separation logic reso
You can see the separation logic in action in the examples shown above.
You can see the separation logic in action in the examples shown above.
Here, we explain the resources that you will encounter when stepping through the proof.
Here, we explain the resources that you will encounter when stepping through the proof.
The
`
$$
`
resource associates a "tag" with a "tag kind
.
" Remember that each tag corresponds to a specific node in the borrow tree.
The
`
t $$ tk
`
resource associates a "tag"
`t`
with a "tag kind"
`tk`
.
Remember that each tag corresponds to a specific node in the borrow tree.
The tag kind is a very coarse over-approximation of the shape of the tree from that specific node.
The tag kind is a very coarse over-approximation of the shape of the tree from that specific node.
The simplest kind is
`tk_local`
, which says that the tree here is a singleton, and this tag is the only tag in the tree.
The simplest kind is
`tk_local`
, which says that the tree here is a singleton, and this tag is the only tag in the tree.
...
...
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