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
1207bb1d
Commit
1207bb1d
authored
2 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Comments Ralf.
parent
8b71b075
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
iris/base_logic/bi.v
+2
-2
2 additions, 2 deletions
iris/base_logic/bi.v
iris/bi/monpred.v
+3
-2
3 additions, 2 deletions
iris/bi/monpred.v
with
5 additions
and
4 deletions
iris/base_logic/bi.v
+
2
−
2
View file @
1207bb1d
...
...
@@ -291,7 +291,7 @@ Section restate.
upred
.
uPred_ownM_unseal
,
upred
.
uPred_cmra_valid_unseal
,
@
uPred_bupd_unseal
)
.
End
restate
.
(**
The final unseal tactic that also unfolds the BI layer. This is used by
[base_logic.algebra] and [base_logic.bupd_alt]. *)
(**
A tactic for rewriting with the above lemmas. Unfolds [uPred] goals that use
the BI layer. This is used by
[base_logic.algebra] and [base_logic.bupd_alt]. *)
Ltac
unseal
:=
rewrite
!
uPred_unseal
/=.
End
uPred
.
This diff is collapsed.
Click to expand it.
iris/bi/monpred.v
+
3
−
2
View file @
1207bb1d
...
...
@@ -545,10 +545,11 @@ Section instances.
(** And finally the proper [unseal] tactic (which we also redefine outside
of the section since Ltac definitions do not outlive a section). *)
Local
Definition
monPred_unseal
:=
(
monPred_unseal_bi
,
@
monPred_embed_unseal
,
@
monPred_internal_eq_unseal
,
@
monPred_bupd_unseal
,
@
monPred_fupd_unseal
,
@
monPred_plainly_unseal
,
(
monPred_unseal_bi
,
@
monPred_defs
.
monPred_objectively_unseal
,
@
monPred_defs
.
monPred_subjectively_unseal
,
@
monPred_embed_unseal
,
@
monPred_internal_eq_unseal
,
@
monPred_bupd_unseal
,
@
monPred_fupd_unseal
,
@
monPred_plainly_unseal
,
@
monPred_defs
.
monPred_in_unseal
)
.
Ltac
unseal
:=
rewrite
!
monPred_unseal
/=.
...
...
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