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
Lennard Gäher
Iris
Commits
456b7afe
Commit
456b7afe
authored
Apr 08, 2021
by
Hai Dang
Browse files
add a note about uPred_pure
parent
da855334
Changes
1
Hide whitespace changes
Inline
Side-by-side
iris/base_logic/upred.v
View file @
456b7afe
...
...
@@ -253,6 +253,8 @@ Inductive uPred_entails {M} (P Q : uPred M) : Prop :=
Global
Hint
Resolve
uPred_mono
:
uPred_def
.
(** logical connectives *)
(* FIXME: embedding of Prop into uPred should be defined via the embedding of
siProp [uPred_si_embed]. *)
Program
Definition
uPred_pure_def
{
M
}
(
φ
:
Prop
)
:
uPred
M
:
=
{|
uPred_holds
n
x
:
=
φ
|}.
Solve
Obligations
with
done
.
...
...
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