Skip to content

Commit

Permalink
fix(data/sigma/basic): rename ext to sigma.ext (#3916)
Browse files Browse the repository at this point in the history
  • Loading branch information
urkud committed Aug 23, 2020
1 parent ff97055 commit 7d88a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/sigma/basic.lean
Expand Up @@ -34,7 +34,7 @@ by simp
| ⟨i, x⟩ := rfl

@[ext]
lemma ext {x₀ x₁ : sigma β}
lemma sigma.ext {x₀ x₁ : sigma β}
(h₀ : x₀.1 = x₁.1)
(h₁ : x₀.1 = x₁.1 → x₀.2 == x₁.2) :
x₀ = x₁ :=
Expand Down

0 comments on commit 7d88a30

Please sign in to comment.