Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat: port Algebra.Module.LinearMap #1587

Closed
wants to merge 9 commits into from
1 change: 1 addition & 0 deletions Mathlib.lean
Expand Up @@ -69,6 +69,7 @@ import Mathlib.Algebra.Homology.ComplexShape
import Mathlib.Algebra.Invertible
import Mathlib.Algebra.Module.Basic
import Mathlib.Algebra.Module.Hom
import Mathlib.Algebra.Module.LinearMap
import Mathlib.Algebra.Module.Pi
import Mathlib.Algebra.Module.PointwisePi
import Mathlib.Algebra.Module.Prod
Expand Down