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
Iris
Iris
Commits
191c8f17
Commit
191c8f17
authored
Feb 10, 2016
by
Robbert Krebbers
Browse files
Change the level of wand so it is more like the implication.
parent
55a04c5f
Changes
1
Show whitespace changes
Inline
Side-by-side
algebra/upred.v
View file @
191c8f17
...
...
@@ -220,7 +220,7 @@ Infix "→" := uPred_impl : uPred_scope.
Infix
"★"
:
=
uPred_sep
(
at
level
80
,
right
associativity
)
:
uPred_scope
.
Notation
"(★)"
:
=
uPred_sep
(
only
parsing
)
:
uPred_scope
.
Notation
"P -★ Q"
:
=
(
uPred_wand
P
Q
)
(
at
level
9
0
,
Q
at
level
200
,
right
associativity
)
:
uPred_scope
.
(
at
level
19
9
,
Q
at
level
200
,
right
associativity
)
:
uPred_scope
.
Notation
"∀ x .. y , P"
:
=
(
uPred_forall
(
λ
x
,
..
(
uPred_forall
(
λ
y
,
P
))
..)%
I
)
:
uPred_scope
.
Notation
"∃ x .. y , P"
:
=
...
...
Write
Preview
Supports
Markdown
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