Skip to content
Snippets Groups Projects
Commit ea42f994 authored by Ralf Jung's avatar Ralf Jung
Browse files

Fix spurious whitespace

Fixes #96
parent a71965c4
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ Arguments Envs _ _%proof_scope _%proof_scope.
Arguments Enil {_}.
Arguments Esnoc {_} _%proof_scope _%string _%uPred_scope.
Notation "" := Enil (format "", only printing) : proof_scope.
Notation "" := Enil (only printing) : proof_scope.
Notation "Γ H : P" := (Esnoc Γ H P)
(at level 1, P at level 200,
left associativity, format "Γ H : P '//'", only printing) : proof_scope.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment