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
stdpp
Commits
b776e361
Commit
b776e361
authored
Jan 24, 2019
by
Ralf Jung
Browse files
fix print spacing of telescopes
parent
48758ab8
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/telescopes.v
View file @
b776e361
...
...
@@ -125,7 +125,7 @@ Proof. unfold tele_fun_compose. rewrite tele_app_bind. done. Qed.
(** Notation *)
Notation
"'[tele' x .. z ]"
:
=
(
TeleS
(
fun
x
=>
..
(
TeleS
(
fun
z
=>
TeleO
))
..))
(
x
binder
,
z
binder
,
format
"[tele '[hv' x .. z ']' ]"
).
(
x
binder
,
z
binder
,
format
"[tele '[hv' x
..
z ']' ]"
).
Notation
"'[tele' ]"
:
=
(
TeleO
)
(
format
"[tele ]"
).
...
...
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