Skip to content
Snippets Groups Projects
Commit 8834c945 authored by Yusuke Matsushita's avatar Yusuke Matsushita Committed by Jacques-Henri Jourdan
Browse files

fix notation level

parent 92b3c168
No related branches found
No related tags found
No related merge requests found
Pipeline #46492 passed
......@@ -45,7 +45,7 @@ Module Type lifetime_sig.
(** * Notation *)
Notation "q .[ κ ]" := (lft_tok q κ)
(format "q .[ κ ]", at level 0) : bi_scope.
(format "q .[ κ ]", at level 2, left associativity) : bi_scope.
Notation "[† κ ]" := (lft_dead κ) (format "[† κ ]"): bi_scope.
Notation "&{ κ }" := (bor κ) (format "&{ κ }") : bi_scope.
......
......@@ -207,7 +207,7 @@ Instance raw_bor_params : Params (@raw_bor) 4 := {}.
Instance bor_params : Params (@bor) 4 := {}.
Notation "q .[ κ ]" := (lft_tok q κ)
(format "q .[ κ ]", at level 0) : bi_scope.
(format "q .[ κ ]", at level 2, left associativity) : bi_scope.
Notation "[† κ ]" := (lft_dead κ) (format "[† κ ]"): bi_scope.
Notation "&{ κ }" := (bor κ) (format "&{ κ }") : bi_scope.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment