Skip to content
GitLab
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
c13ee61f
Commit
c13ee61f
authored
Aug 07, 2016
by
Robbert Krebbers
Browse files
Remove some useless uses of upred_tactics.
parent
cd6ed596
Changes
2
Hide whitespace changes
Inline
Side-by-side
heap_lang/wp_tactics.v
View file @
c13ee61f
From
iris
.
algebra
Require
Export
upred_tactics
.
From
iris
.
heap_lang
Require
Export
tactics
derived
.
Import
uPred
.
...
...
proofmode/class_instances.v
View file @
c13ee61f
From
iris
.
proofmode
Require
Export
classes
.
From
iris
.
algebra
Require
Import
upred_big_op
gmap
upred_tactics
.
From
iris
.
algebra
Require
Import
upred_big_op
gmap
.
Import
uPred
.
Section
classes
.
...
...
@@ -225,7 +225,7 @@ Global Instance frame_sep_l R P1 P2 Q Q' :
Proof
.
rewrite
/
Frame
/
MakeSep
=>
<-
<-.
by
rewrite
assoc
.
Qed
.
Global
Instance
frame_sep_r
R
P1
P2
Q
Q'
:
Frame
R
P2
Q
→
MakeSep
P1
Q
Q'
→
Frame
R
(
P1
★
P2
)
Q'
|
10
.
Proof
.
rewrite
/
Frame
/
MakeSep
=>
<-
<-.
solve_sep_entails
.
Qed
.
Proof
.
rewrite
/
Frame
/
MakeSep
=>
<-
<-.
by
rewrite
assoc
(
comm
_
R
)
assoc
.
Qed
.
Class
MakeAnd
(
P
Q
PQ
:
uPred
M
)
:
=
make_and
:
P
∧
Q
⊣
⊢
PQ
.
Global
Instance
make_and_true_l
P
:
MakeAnd
True
P
P
.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment