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
Iris
Iris
Commits
33620b9d
Commit
33620b9d
authored
Feb 08, 2018
by
Robbert Krebbers
Browse files
Note that `plainly` will be removed from the BI interface.
parent
0a4ac362
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/bi/interface.v
View file @
33620b9d
...
...
@@ -92,6 +92,7 @@ Section bi_mixin.
bi_mixin_wand_elim_l'
P
Q
R
:
(
P
⊢
Q
-
∗
R
)
→
P
∗
Q
⊢
R
;
(* Plainly *)
(* Note: plainly is about to be removed from this interface *)
bi_mixin_plainly_mono
P
Q
:
(
P
⊢
Q
)
→
bi_plainly
P
⊢
bi_plainly
Q
;
bi_mixin_plainly_elim_persistently
P
:
bi_plainly
P
⊢
bi_persistently
P
;
bi_mixin_plainly_idemp_2
P
:
bi_plainly
P
⊢
bi_plainly
(
bi_plainly
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