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
5325f9f0
Commit
5325f9f0
authored
Jan 24, 2019
by
Ralf Jung
Browse files
put notation into stdpp_scope
parent
05ffdc9b
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/telescopes.v
View file @
5325f9f0
...
...
@@ -143,7 +143,7 @@ Notation "'[tele_arg' ]" := (TargO)
Notation
"'λ..' x .. y , e"
:
=
(
tele_app
(
tele_bind
(
λ
x
,
..
(
tele_app
(
tele_bind
(
λ
y
,
e
)))
..
)))
(
at
level
200
,
x
binder
,
y
binder
,
right
associativity
,
format
"'[ ' 'λ..' x .. y ']' , e"
).
format
"'[ ' 'λ..' x .. y ']' , e"
)
:
stdpp_scope
.
(** Telescopic quantifiers *)
Definition
tforall
{
TT
:
tele
}
(
Ψ
:
TT
→
Prop
)
:
Prop
:
=
...
...
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