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
218d8b33
Commit
218d8b33
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
clarify comment
parent
78116194
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_inv_heap.v
+2
-2
2 additions, 2 deletions
theories/base_logic/lib/gen_inv_heap.v
with
2 additions
and
2 deletions
theories/base_logic/lib/gen_inv_heap.v
+
2
−
2
View file @
218d8b33
...
@@ -16,8 +16,8 @@ may just be [True].
...
@@ -16,8 +16,8 @@ may just be [True].
Since invariant locations cannot be deallocated, they only make sense when
Since invariant locations cannot be deallocated, they only make sense when
modeling languages with garbage collection. HeapLang can be used to model
modeling languages with garbage collection. HeapLang can be used to model
either language by choosing whether or not to use the [Free] operation. By
either language by choosing whether or not to use the [Free] operation. By
mak
ing
"invariant" locations a separate asser
tion, we can
keep all the other
us
ing
a separate assertion [inv_mapsto_own] for "invariant" loca
tion
s
, we can
proofs that do not need it conservative. *)
keep all the other
proofs that do not need it conservative. *)
Definition
inv_heapN
:
namespace
:=
nroot
.
@
"inv_heap"
.
Definition
inv_heapN
:
namespace
:=
nroot
.
@
"inv_heap"
.
Local
Notation
"l ↦ v"
:=
(
mapsto
l
1
v
)
(
at
level
20
)
:
bi_scope
.
Local
Notation
"l ↦ v"
:=
(
mapsto
l
1
v
)
(
at
level
20
)
:
bi_scope
.
...
...
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