Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
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
Tej Chajed
iris
Commits
658cfd04
Commit
658cfd04
authored
1 year ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
remove trailing space
parent
5fbf777b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iris/base_logic/lib/gen_heap.v
+1
-1
1 addition, 1 deletion
iris/base_logic/lib/gen_heap.v
with
1 addition
and
1 deletion
iris/base_logic/lib/gen_heap.v
+
1
−
1
View file @
658cfd04
...
...
@@ -171,7 +171,7 @@ Section gen_heap.
Proof
.
rewrite
pointsto_unseal
.
apply
ghost_map_elem_combine
.
Qed
.
Global
Instance
pointsto_combine_as
l
dq1
dq2
v1
v2
:
CombineSepAs
(
l
↦
{
dq1
}
v1
)
(
l
↦
{
dq2
}
v2
)
(
l
↦
{
dq1
⋅
dq2
}
v1
)
|
60
.
CombineSepAs
(
l
↦
{
dq1
}
v1
)
(
l
↦
{
dq2
}
v2
)
(
l
↦
{
dq1
⋅
dq2
}
v1
)
|
60
.
(* higher cost than the Fractional instance, which kicks in for #qs *)
Proof
.
rewrite
/
CombineSepAs
.
iIntros
"[H1 H2]"
.
...
...
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