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
David Swasey
coq-stdpp
Commits
884299ba
Commit
884299ba
authored
Aug 30, 2012
by
Robbert Krebbers
Browse files
Change some notations to only parsing.
parent
e79e91f7
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/base.v
View file @
884299ba
...
...
@@ -38,11 +38,11 @@ Notation "(≠ x )" := (λ y, y ≠ x) (only parsing) : C_scope.
Hint
Extern
0
(
?x
=
?x
)
=>
reflexivity
.
Notation
"(→)"
:
=
(
λ
x
y
,
x
→
y
)
:
C_scope
.
Notation
"( T →)"
:
=
(
λ
y
,
T
→
y
)
:
C_scope
.
Notation
"(→ T )"
:
=
(
λ
y
,
y
→
T
)
:
C_scope
.
Notation
"(→)"
:
=
(
λ
x
y
,
x
→
y
)
(
only
parsing
)
:
C_scope
.
Notation
"( T →)"
:
=
(
λ
y
,
T
→
y
)
(
only
parsing
)
:
C_scope
.
Notation
"(→ T )"
:
=
(
λ
y
,
y
→
T
)
(
only
parsing
)
:
C_scope
.
Notation
"t $ r"
:
=
(
t
r
)
(
at
level
65
,
right
associativity
,
only
parsing
)
:
C_scope
.
(
at
level
65
,
right
associativity
,
only
parsing
)
:
C_scope
.
Infix
"∘"
:
=
compose
:
C_scope
.
Notation
"(∘)"
:
=
compose
(
only
parsing
)
:
C_scope
.
Notation
"( f ∘)"
:
=
(
compose
f
)
(
only
parsing
)
:
C_scope
.
...
...
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