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
493d7eb9
Commit
493d7eb9
authored
Feb 07, 2018
by
Robbert Krebbers
Browse files
Fix notation scopes of `absolutely` and `relatively`.
parent
39f190a7
Pipeline
#6611
passed with stages
in 3 minutes and 42 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/bi/monpred.v
View file @
493d7eb9
...
...
@@ -27,6 +27,8 @@ Record monPred :=
monPred_mono
:
Proper
((
⊑
)
==>
(
⊢
))
monPred_at
}.
Local
Existing
Instance
monPred_mono
.
Bind
Scope
monPred
with
bi
.
Implicit
Types
P
Q
:
monPred
.
(** Ofe + Cofe instances *)
...
...
@@ -207,6 +209,8 @@ Global Instance monPred_bupd `{BUpd PROP} : BUpd _ := unseal monPred_bupd_aux.
Definition
monPred_bupd_eq
`
{
BUpd
PROP
}
:
@
bupd
monPred
_
=
_
:
=
seal_eq
_
.
End
Bi
.
Arguments
monPred_absolutely
{
_
_
}
_
%
I
.
Arguments
monPred_relatively
{
_
_
}
_
%
I
.
Notation
"'∀ᵢ' P"
:
=
(
monPred_absolutely
P
)
(
at
level
20
,
right
associativity
)
:
bi_scope
.
Notation
"'∃ᵢ' P"
:
=
(
monPred_relatively
P
)
(
at
level
20
,
right
associativity
)
:
bi_scope
.
...
...
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