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
Marianna Rapoport
iris-coq
Commits
36b9a605
Commit
36b9a605
authored
Mar 30, 2017
by
Ralf Jung
Browse files
Add visible notation for empty context in proofmode
Fixes issue #85
parent
0429c257
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/notation.v
View file @
36b9a605
...
...
@@ -24,5 +24,5 @@ Notation "Γ '--------------------------------------' □ Q" :=
(
of_envs
(
Envs
Γ
Enil
)
⊢
Q
%
I
)
(
at
level
1
,
Q
at
level
200
,
left
associativity
,
format
"Γ '--------------------------------------' □ '//' Q '//'"
,
only
printing
)
:
C_scope
.
Notation
"
Q"
:
=
(
of_envs
(
Envs
Enil
Enil
)
⊢
Q
%
I
)
(
at
level
1
,
Q
at
level
200
,
format
"
Q"
,
only
printing
)
:
C_scope
.
Notation
"
⊢
Q"
:
=
(
of_envs
(
Envs
Enil
Enil
)
⊢
Q
%
I
)
(
at
level
1
,
Q
at
level
200
,
format
"
⊢
Q"
,
only
printing
)
:
C_scope
.
Write
Preview
Markdown
is supported
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