Skip to content

Commit

Permalink
fix(Algebra/Bounds): generalize index type to sort (#12113)
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser committed Apr 13, 2024
1 parent 7a71e52 commit a0cb217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mathlib/Algebra/Bounds.lean
Expand Up @@ -189,7 +189,7 @@ end Right

section Left

variable {ι G : Type*} [Group G] [ConditionallyCompleteLattice G]
variable: Sort*} {G : Type*} [Group G] [ConditionallyCompleteLattice G]
[CovariantClass G G (· * ·) (· ≤ ·)] [Nonempty ι] {f : ι → G}

@[to_additive]
Expand Down

0 comments on commit a0cb217

Please sign in to comment.