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

Add visible notation for empty context in proofmode

Fixes issue #85
parent 0429c257
No related branches found
No related tags found
No related merge requests found
......@@ -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.
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