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

also reserve monPred modalities

parent 75236abc
No related branches found
No related tags found
No related merge requests found
......@@ -214,8 +214,8 @@ End Bi.
Arguments monPred_objectively {_ _} _%I.
Arguments monPred_subjectively {_ _} _%I.
Notation "'<obj>' P" := (monPred_objectively P) (at level 20, right associativity) : bi_scope.
Notation "'<subj>' P" := (monPred_subjectively P) (at level 20, right associativity) : bi_scope.
Notation "'<obj>' P" := (monPred_objectively P) : bi_scope.
Notation "'<subj>' P" := (monPred_subjectively P) : bi_scope.
Section Sbi.
Context {I : biIndex} {PROP : sbi}.
......
......@@ -43,6 +43,9 @@ Reserved Notation "■ P" (at level 20, right associativity).
Reserved Notation "■? p P" (at level 20, p at level 9, P at level 20,
right associativity, format "■? p P").
Reserved Notation "'<obj>' P" (at level 20, right associativity).
Reserved Notation "'<subj>' P" (at level 20, right associativity).
(** Update modalities *)
Reserved Notation "|==> Q" (at level 99, Q at level 200, format "|==> Q").
Reserved Notation "P ==∗ Q" (at level 99, Q at level 200, format "P ==∗ Q").
......
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