Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
alreadydone committed Jun 28, 2024
1 parent 2bbad5e commit 1afedcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ring_theory/localization/submodule.lean
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ See `src/ring_theory/localization/basic.lean` for a design overview.
localization, ring localization, commutative ring localization, characteristic predicate,
commutative ring, field of fractions
-/
variables {R : Type*} [comm_ring R] (M : submonoid R) (S : Type*) [comm_ring S]
variables [algebra R S] {P : Type*} [comm_ring P]
variables {R : Type*} [comm_semiring R] (M : submonoid R) (S : Type*) [comm_semiring S]
variables [algebra R S] {P : Type*} [comm_semiring P]

namespace is_localization

Expand Down

0 comments on commit 1afedcd

Please sign in to comment.