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
ff9ebff8
Commit
ff9ebff8
authored
Feb 08, 2016
by
Robbert Krebbers
Browse files
Fix scope for uPred_const.
parent
979b6b5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
program_logic/upred.v
View file @
ff9ebff8
...
...
@@ -208,7 +208,7 @@ Arguments uPred_holds {_} _%I _ _.
Arguments
uPred_entails
_
_
%
I
_
%
I
.
Notation
"P ⊑ Q"
:
=
(
uPred_entails
P
%
I
Q
%
I
)
(
at
level
70
)
:
C_scope
.
Notation
"(⊑)"
:
=
uPred_entails
(
only
parsing
)
:
C_scope
.
Notation
"■ φ"
:
=
(
uPred_const
φ
)
(
at
level
20
)
:
uPred_scope
.
Notation
"■ φ"
:
=
(
uPred_const
φ
%
type
)
(
at
level
20
)
:
uPred_scope
.
Notation
"'False'"
:
=
(
uPred_const
False
)
:
uPred_scope
.
Notation
"'True'"
:
=
(
uPred_const
True
)
:
uPred_scope
.
Infix
"∧"
:
=
uPred_and
:
uPred_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