Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rice Wine
Iris
Commits
1418f5db
Commit
1418f5db
authored
Jan 16, 2018
by
Robbert Krebbers
Browse files
Fix wrong name.
parent
d35e4c0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/class_instances.v
View file @
1418f5db
...
...
@@ -842,7 +842,7 @@ Proof.
rewrite
/
ElimModal
=>
H
.
apply
wand_intro_r
.
by
rewrite
wand_curry
-
assoc
(
comm
_
P'
)
-
wand_curry
wand_elim_l
.
Qed
.
Global
Instance
forall
_modal_
wand
{
A
}
P
P'
(
Φ
Ψ
:
A
→
uPred
M
)
:
Global
Instance
elim
_modal_
forall
{
A
}
P
P'
(
Φ
Ψ
:
A
→
uPred
M
)
:
(
∀
x
,
ElimModal
P
P'
(
Φ
x
)
(
Ψ
x
))
→
ElimModal
P
P'
(
∀
x
,
Φ
x
)
(
∀
x
,
Ψ
x
).
Proof
.
rewrite
/
ElimModal
=>
H
.
apply
forall_intro
=>
a
.
by
rewrite
(
forall_elim
a
).
...
...
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