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
Rodolphe Lepigre
Iris
Commits
4dda9d08
Commit
4dda9d08
authored
Sep 15, 2016
by
Jacques-Henri Jourdan
Browse files
Change hypotheses order for [frame_later] for better perfs.
parent
e5c51505
Changes
1
Show whitespace changes
Inline
Side-by-side
proofmode/class_instances.v
View file @
4dda9d08
...
...
@@ -270,9 +270,9 @@ Global Instance make_later_default P : MakeLater P (▷ P) | 100.
Proof
.
done
.
Qed
.
Global
Instance
frame_later
R
R'
P
Q
Q'
:
Frame
R
P
Q
→
MakeLater
Q
Q'
→
IntoLater
R'
R
→
Frame
R'
(
▷
P
)
Q'
.
IntoLater
R'
R
→
Frame
R
P
Q
→
MakeLater
Q
Q'
→
Frame
R'
(
▷
P
)
Q'
.
Proof
.
rewrite
/
Frame
/
MakeLater
/
IntoLater
=><-
<-
->
.
by
rewrite
later_sep
.
rewrite
/
Frame
/
MakeLater
/
IntoLater
=>
->
<-
<-.
by
rewrite
later_sep
.
Qed
.
Class
MakeExceptLast
(
P
Q
:
uPred
M
)
:
=
make_except_last
:
◇
P
⊣
⊢
Q
.
...
...
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