Skip to content

Commit

Permalink
chore(Algebra/Module/LinearMap): split into 3 files (#10183)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcommelin committed Feb 2, 2024
1 parent b75513b commit 23d27aa
Show file tree
Hide file tree
Showing 7 changed files with 523 additions and 501 deletions.
2 changes: 2 additions & 0 deletions Mathlib.lean
Expand Up @@ -322,6 +322,8 @@ import Mathlib.Algebra.Module.GradedModule
import Mathlib.Algebra.Module.Hom
import Mathlib.Algebra.Module.Injective
import Mathlib.Algebra.Module.LinearMap.Basic
import Mathlib.Algebra.Module.LinearMap.End
import Mathlib.Algebra.Module.LinearMap.Pointwise
import Mathlib.Algebra.Module.LocalizedModule
import Mathlib.Algebra.Module.MinimalAxioms
import Mathlib.Algebra.Module.Opposites
Expand Down
2 changes: 1 addition & 1 deletion Mathlib/Algebra/Module/Equiv.lean
Expand Up @@ -4,7 +4,7 @@ Released under Apache 2.0 license as described in the file LICENSE.
Authors: Nathaniel Thomas, Jeremy Avigad, Johannes Hölzl, Mario Carneiro, Anne Baanen,
Frédéric Dupuis, Heather Macbeth
-/
import Mathlib.Algebra.Module.LinearMap.Basic
import Mathlib.Algebra.Module.LinearMap.End

#align_import algebra.module.equiv from "leanprover-community/mathlib"@"ea94d7cd54ad9ca6b7710032868abb7c6a104c9c"

Expand Down

0 comments on commit 23d27aa

Please sign in to comment.