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
Jonas Kastberg
iris
Commits
1f796221
Commit
1f796221
authored
Oct 27, 2018
by
Robbert Krebbers
Browse files
Some missing parameters.
parent
625d60c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base_logic/bi.v
View file @
1f796221
...
...
@@ -144,13 +144,13 @@ Proof. exact: bupd_plainly. Qed.
(** extra BI instances *)
Global
Instance
uPred_affine
:
BiAffine
(
uPredI
M
)
|
0
.
Proof
.
intros
P
Q
.
exact
:
pure_intro
.
Qed
.
Global
Instance
uPred_affine
M
:
BiAffine
(
uPredI
M
)
|
0
.
Proof
.
intros
P
.
exact
:
pure_intro
.
Qed
.
(* Also add this to the global hint database, otherwise [eauto] won't work for
many lemmas that have [BiAffine] as a premise. *)
Hint
Immediate
uPred_affine
.
Global
Instance
uPred_plainly_exist_1
:
BiPlainlyExist
(
uPredSI
M
).
Global
Instance
uPred_plainly_exist_1
M
:
BiPlainlyExist
(
uPredSI
M
).
Proof
.
exact
:
@
plainly_exist_1
.
Qed
.
(** Re-state/export lemmas about Iris-specific primitive connectives (own, valid) *)
...
...
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