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
00d7fbc1
Commit
00d7fbc1
authored
Oct 24, 2018
by
Robbert Krebbers
Browse files
Proper pretty printing of new `|={E,E'}▷=>^n` notation.
parent
82d7488b
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/bi/notation.v
View file @
00d7fbc1
...
...
@@ -88,7 +88,8 @@ Reserved Notation "P ={ E }▷=∗ Q"
(
at
level
99
,
E
at
level
50
,
Q
at
level
200
,
format
"'[' P '/' ={ E }▷=∗ Q ']'"
).
Reserved
Notation
"|={ E1 , E2 }▷=>^ n Q"
(
at
level
99
,
E1
,
E2
at
level
50
,
n
at
level
9
,
Q
at
level
200
).
(
at
level
99
,
E1
,
E2
at
level
50
,
n
at
level
9
,
Q
at
level
200
,
format
"|={ E1 , E2 }▷=>^ n Q"
).
(** Big Ops *)
Reserved
Notation
"'[∗' 'list]' k ↦ x ∈ l , 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