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

Notation for pvs with full mask.

parent 9f2234ea
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,8 @@ Notation "|={ E1 , E2 }=> Q" := (pvs E1 E2 Q%I) ...@@ -38,6 +38,8 @@ Notation "|={ E1 , E2 }=> Q" := (pvs E1 E2 Q%I)
Notation "|={ E }=> Q" := (pvs E E Q%I) Notation "|={ E }=> Q" := (pvs E E Q%I)
(at level 199, E at level 50, Q at level 200, (at level 199, E at level 50, Q at level 200,
format "|={ E }=> Q") : uPred_scope. format "|={ E }=> Q") : uPred_scope.
Notation "|==> Q" := (pvs Q%I)
(at level 199, Q at level 200, format "|==> Q") : uPred_scope.
Section pvs. Section pvs.
Context {Λ : language} {Σ : iFunctor}. Context {Λ : language} {Σ : iFunctor}.
......
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