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
Gaëtan Gilbert
Iris
Commits
c607d496
Commit
c607d496
authored
2 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Avoid breaking invariant abstraction to establish proof mode instance.
parent
bcedf1c7
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
iris/base_logic/lib/invariants.v
+2
-2
2 additions, 2 deletions
iris/base_logic/lib/invariants.v
with
2 additions
and
2 deletions
iris/base_logic/lib/invariants.v
+
2
−
2
View file @
c607d496
...
@@ -169,8 +169,8 @@ Section inv.
...
@@ -169,8 +169,8 @@ Section inv.
(
↑
N
⊆
E
)
True
(
fupd
E
(
E
∖
↑
N
))
(
fupd
(
E
∖
↑
N
)
E
)
(
↑
N
⊆
E
)
True
(
fupd
E
(
E
∖
↑
N
))
(
fupd
(
E
∖
↑
N
)
E
)
(
λ
_
:
(),
(
▷
P
)
%
I
)
(
λ
_
:
(),
(
▷
P
)
%
I
)
(
λ
_
:
(),
None
)
.
(
λ
_
:
(),
(
▷
P
)
%
I
)
(
λ
_
:
(),
(
▷
P
)
%
I
)
(
λ
_
:
(),
None
)
.
Proof
.
Proof
.
rewrite
inv_unseal
/
IntoAcc
/
accessor
bi
.
exist_unit
.
rewrite
/
IntoAcc
/
accessor
bi
.
exist_unit
.
iIntros
(?)
"#Hinv _"
.
iApply
"H
inv
"
;
done
.
iIntros
(?)
"#Hinv _"
.
by
iApply
inv
_acc
.
Qed
.
Qed
.
(** ** Derived properties *)
(** ** Derived properties *)
...
...
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