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
4ad2b78f
Commit
4ad2b78f
authored
7 years ago
by
Jacques-Henri Jourdan
Browse files
Options
Downloads
Patches
Plain Diff
MonPred.unseal in a module.
parent
5f9a2320
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/bi/monpred.v
+3
-0
3 additions, 0 deletions
theories/bi/monpred.v
with
3 additions
and
0 deletions
theories/bi/monpred.v
+
3
−
0
View file @
4ad2b78f
...
...
@@ -208,6 +208,7 @@ Definition monPred_later_aux {I PROP} : seal (@monPred_later_def I PROP). by eex
Definition
monPred_later
{
I
PROP
}
:=
unseal
(
@
monPred_later_aux
I
PROP
)
.
Definition
monPred_later_eq
{
I
PROP
}
:
@
monPred_later
I
PROP
=
_
:=
seal_eq
_
.
Module
MonPred
.
Definition
unseal_eqs
:=
(
@
monPred_and_eq
,
@
monPred_or_eq
,
@
monPred_impl_eq
,
@
monPred_forall_eq
,
@
monPred_exist_eq
,
@
monPred_internal_eq_eq
,
...
...
@@ -224,6 +225,8 @@ Ltac unseal :=
bi_plainly
;
simpl
;
unfold
monPred_pure
,
monPred_emp
,
monPred_plainly
;
simpl
;
rewrite
!
unseal_eqs
/=.
End
MonPred
.
Import
MonPred
.
Section
canonical_bi
.
Context
(
I
:
bi_index
)
(
PROP
:
bi
)
.
...
...
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