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
Rice Wine
Iris
Commits
ebb20a1a
Commit
ebb20a1a
authored
Apr 07, 2016
by
Robbert Krebbers
Browse files
Fix level of magic wand.
parent
bfde364e
Changes
1
Hide whitespace changes
Inline
Side-by-side
algebra/upred.v
View file @
ebb20a1a
...
...
@@ -286,7 +286,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
1
99
,
Q
at
level
200
,
right
associativity
)
:
uPred_scope
.
(
at
level
99
,
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
.
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