Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tej Chajed
iris
Commits
fd42adfe
Commit
fd42adfe
authored
Nov 30, 2016
by
Jacques-Henri Jourdan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Comment.
parent
4417beb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
base_logic/lib/fancy_updates.v
base_logic/lib/fancy_updates.v
+3
-0
No files found.
base_logic/lib/fancy_updates.v
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
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment