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
fd42adfe
Commit
fd42adfe
authored
8 years ago
by
Jacques-Henri Jourdan
Browse files
Options
Downloads
Patches
Plain Diff
Comment.
parent
4417beb8
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
base_logic/lib/fancy_updates.v
+3
-0
3 additions, 0 deletions
base_logic/lib/fancy_updates.v
with
3 additions
and
0 deletions
base_logic/lib/fancy_updates.v
+
3
−
0
View file @
fd42adfe
...
@@ -175,6 +175,9 @@ Section proofmode_classes.
...
@@ -175,6 +175,9 @@ Section proofmode_classes.
Global
Instance
into_modal_fupd
E
P
:
IntoModal
P
(|
=
{
E
}=>
P
)
.
Global
Instance
into_modal_fupd
E
P
:
IntoModal
P
(|
=
{
E
}=>
P
)
.
Proof
.
rewrite
/
IntoModal
.
apply
fupd_intro
.
Qed
.
Proof
.
rewrite
/
IntoModal
.
apply
fupd_intro
.
Qed
.
(* Put a lower priority compared to [elim_modal_fupd_fupd], so that
it is not taken when the first parameter is not specified (in
spec. patterns). *)
Global
Instance
elim_modal_bupd_fupd
E1
E2
P
Q
:
Global
Instance
elim_modal_bupd_fupd
E1
E2
P
Q
:
ElimModal
(|
==>
P
)
P
(|
=
{
E1
,
E2
}=>
Q
)
(|
=
{
E1
,
E2
}=>
Q
)
|
10
.
ElimModal
(|
==>
P
)
P
(|
=
{
E1
,
E2
}=>
Q
)
(|
=
{
E1
,
E2
}=>
Q
)
|
10
.
Proof
.
Proof
.
...
...
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