Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
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
Pierre Roux
Iris
Commits
7d0b39f2
Commit
7d0b39f2
authored
4 years ago
by
Arthur Azevedo de Amorim
Browse files
Options
Downloads
Patches
Plain Diff
Fix argument order in comment.
parent
3fd5a5d0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/base_logic/lib/gen_heap.v
+1
-1
1 addition, 1 deletion
theories/base_logic/lib/gen_heap.v
with
1 addition
and
1 deletion
theories/base_logic/lib/gen_heap.v
+
1
−
1
View file @
7d0b39f2
...
@@ -17,7 +17,7 @@ of a location [l], this mechanism allows one to attach "meta" or "ghost" data to
...
@@ -17,7 +17,7 @@ of a location [l], this mechanism allows one to attach "meta" or "ghost" data to
locations. This is done as follows:
locations. This is done as follows:
- When one allocates a location, in addition to the point-to connective [l ↦ v],
- When one allocates a location, in addition to the point-to connective [l ↦ v],
one also obtains the token [meta_token
⊤ l
]. This token is an exclusive
one also obtains the token [meta_token
l ⊤
]. This token is an exclusive
resource that denotes that no meta data has been associated with the
resource that denotes that no meta data has been associated with the
namespaces in the mask [⊤] for the location [l].
namespaces in the mask [⊤] for the location [l].
- Meta data tokens can be split w.r.t. namespace masks, i.e.
- Meta data tokens can be split w.r.t. namespace masks, i.e.
...
...
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