Skip to content

Commit

Permalink
fix: OreLocalization notation breaks [] (#4267)
Browse files Browse the repository at this point in the history
  • Loading branch information
digama0 committed May 31, 2023
1 parent 53e068c commit 6007b4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Mathlib/RingTheory/OreLocalization/Basic.lean
Expand Up @@ -85,9 +85,9 @@ variable {R : Type _} [Monoid R] {S : Submonoid R}

variable (R S) [OreSet S]

-- mathport name: «expr [ ⁻¹]»
@[inherit_doc OreLocalization]
notation:1075 R "[" S "⁻¹]" => OreLocalization R S
scoped syntax:1075 term noWs atomic("[" term "⁻¹" noWs "]") : term
macro_rules | `($R[$S⁻¹]) => ``(OreLocalization $R $S)

attribute [local instance] oreEqv

Expand Down

0 comments on commit 6007b4d

Please sign in to comment.