diff --git a/theories/bi/notation.v b/theories/bi/notation.v index 94a58c036f9b9255d7a34c6920710317171f6003..0a8a75a69091a5cb0a3c0fd7cb14b9e2f12e01d3 100644 --- a/theories/bi/notation.v +++ b/theories/bi/notation.v @@ -1,6 +1,6 @@ (** Just reserve the notation. *) -(** Turnstiles *) +(** * Turnstiles *) Reserved Notation "P ⊢ Q" (at level 99, Q at level 200, right associativity). Reserved Notation "P '⊢@{' PROP } Q" (at level 99, Q at level 200, right associativity). Reserved Notation "(⊢)". @@ -14,7 +14,7 @@ Reserved Notation "('⊣⊢@{' PROP } )". Reserved Notation "⊢ Q" (at level 20, Q at level 200). Reserved Notation "'⊢@{' PROP } Q" (at level 20, Q at level 200). -(** BI connectives *) +(** * BI connectives *) Reserved Notation "'emp'". Reserved Notation "'⌜' φ 'âŒ'" (at level 1, φ at level 200, format "⌜ φ âŒ"). Reserved Notation "P ∗ Q" (at level 80, right associativity). @@ -58,7 +58,7 @@ Reserved Notation "â– ? p P" (at level 20, p at level 9, P at level 20, Reserved Notation "'<obj>' P" (at level 20, right associativity). Reserved Notation "'<subj>' P" (at level 20, right associativity). -(** Update modalities *) +(** * 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 ']'"). @@ -102,7 +102,7 @@ Reserved Notation "P ={ E1 , E2 }â–·=∗^ n Q" (at level 99, E1, E2 at level 50, n at level 9, Q at level 200, format "P ={ E1 , E2 }â–·=∗^ n Q"). -(** Big Ops *) +(** * Big Ops *) Reserved Notation "'[∗' 'list]' k ↦ x ∈ l , P" (at level 200, l at level 10, k, x at level 1, right associativity, format "[∗ list] k ↦ x ∈ l , P").