Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Rodolphe Lepigre
Iris
Commits
36b9a605
Commit
36b9a605
authored
Mar 30, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add visible notation for empty context in proofmode
Fixes issue #85
parent
0429c257
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
theories/proofmode/notation.v
theories/proofmode/notation.v
+2
-2
No files found.
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