Skip to content

Commit

Permalink
change priority for £ letting Coq decide for itself
Browse files Browse the repository at this point in the history
  • Loading branch information
DmxLarchey committed Jan 23, 2025
1 parent 6662d6f commit a1c59db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theories/ILL/CLL.v
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Inductive cll_form : Set :=

(* Variables *)

Notation "'£' x" := (cll_var x) (at level 1).
Notation "£" := cll_var.

(* Constants *)

Expand Down
2 changes: 1 addition & 1 deletion theories/ILL/Ll/imsell.v
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Section IMSELL.

Variable bang : Type.

Notation A" := (@imsell_var _ _ A) (at level 1).
Notation "£" := (@imsell_var _ _).
Notation "‼ l" := (@imsell_lban nat bang l).

Fact imsell_lban_perm Σ Γ : Σ ~p Γ -> ‼Σ ~p ‼Γ.
Expand Down
2 changes: 1 addition & 1 deletion theories/ILL/Reductions/ndMM2_IMSELL.v
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Section ndmm2_imsell.

Hint Resolve Hai Hbi Ha Hb Hi Hab Hba bang_le_refl bang_U_clos : core.

Notation A" := (@imsell_var _ _ A) (at level 1).
Notation "£" := (@imsell_var _ _).
Notation "‼ l" := (@imsell_lban nat sig l).
Notation "‼∞" := (map (fun A => ![∞]A)).

Expand Down

0 comments on commit a1c59db

Please sign in to comment.