Skip to content
Snippets Groups Projects
Commit 2fa25e6c authored by Robbert Krebbers's avatar Robbert Krebbers
Browse files

Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq

parents 25114815 0243cbd4
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,9 @@ Arguments Enil {_}. ...@@ -7,9 +7,9 @@ Arguments Enil {_}.
Arguments Esnoc {_} _%proof_scope _%string _%uPred_scope. Arguments Esnoc {_} _%proof_scope _%string _%uPred_scope.
Notation "​" := Enil (format "​") : proof_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, (at level 1, P at level 200,
left associativity, format "​ Γ H : P '//'") : proof_scope. left associativity, format "Γ ​ H : P '//'") : proof_scope.
Notation "Γ '--------------------------------------' □ Δ '--------------------------------------' ★ Q" := Notation "Γ '--------------------------------------' □ Δ '--------------------------------------' ★ Q" :=
(of_envs (Envs Γ Δ) Q%I) (of_envs (Envs Γ Δ) Q%I)
(at level 1, Q at level 200, left associativity, (at level 1, Q at level 200, left associativity,
......
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