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

Fix level of magic wand.

parent bfde364e
No related branches found
No related tags found
No related merge requests found
......@@ -286,7 +286,7 @@ Infix "→" := uPred_impl : uPred_scope.
Infix "★" := uPred_sep (at level 80, right associativity) : uPred_scope.
Notation "(★)" := uPred_sep (only parsing) : uPred_scope.
Notation "P -★ Q" := (uPred_wand P Q)
(at level 199, Q at level 200, right associativity) : uPred_scope.
(at level 99, Q at level 200, right associativity) : uPred_scope.
Notation "∀ x .. y , P" :=
(uPred_forall (λ x, .. (uPred_forall (λ y, P)) ..)%I) : uPred_scope.
Notation "∃ x .. y , P" :=
......
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