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
Dan Frumin
iris-coq
Commits
fab93130
Commit
fab93130
authored
Aug 22, 2017
by
Ralf Jung
Browse files
get rid of the remaining empty-unicode-space hacks
parent
3b4865f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/notation.v
View file @
fab93130
...
@@ -7,7 +7,7 @@ Arguments Envs _ _%proof_scope _%proof_scope.
...
@@ -7,7 +7,7 @@ Arguments Envs _ _%proof_scope _%proof_scope.
Arguments
Enil
{
_
}
.
Arguments
Enil
{
_
}
.
Arguments
Esnoc
{
_
}
_
%
proof_scope
_
%
string
_
%
uPred_scope
.
Arguments
Esnoc
{
_
}
_
%
proof_scope
_
%
string
_
%
uPred_scope
.
Notation
"
"
:=
Enil
(
format
"
"
,
only
printing
)
:
proof_scope
.
Notation
""
:=
Enil
(
format
""
,
only
printing
)
:
proof_scope
.
Notation
"Γ H : P"
:=
(
Esnoc
Γ
H
P
)
Notation
"Γ H : P"
:=
(
Esnoc
Γ
H
P
)
(
at
level
1
,
P
at
level
200
,
(
at
level
1
,
P
at
level
200
,
left
associativity
,
format
"Γ H : P '//'"
,
only
printing
)
:
proof_scope
.
left
associativity
,
format
"Γ H : P '//'"
,
only
printing
)
:
proof_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