diff --git a/proofmode/notation.v b/proofmode/notation.v index 028ea31d4916144611735dbbedbf3940d2aae64f..de5c763c9fa61f558b6739d139d8cb6b3830363c 100644 --- a/proofmode/notation.v +++ b/proofmode/notation.v @@ -7,9 +7,9 @@ Arguments Enil {_}. Arguments Esnoc {_} _%proof_scope _%string _%uPred_scope. Notation "​" := Enil (format "​") : proof_scope. -Notation "​ Γ H : P" := (Esnoc Γ H P) +Notation "Γ ​ H : P" := (Esnoc Γ H P) (at level 1, P at level 200, - left associativity, format "​ Γ H : P '//'") : proof_scope. + left associativity, format "Γ ​ H : P '//'") : proof_scope. Notation "Γ '--------------------------------------' □ Δ '--------------------------------------' ★ Q" := (of_envs (Envs Γ Δ) ⊢ Q%I) (at level 1, Q at level 200, left associativity,