Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Jonas Kastberg
iris
Commits
1f796221
Commit
1f796221
authored
Oct 27, 2018
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some missing parameters.
parent
625d60c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
theories/base_logic/bi.v
theories/base_logic/bi.v
+3
-3
No files found.
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
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