Skip to content

Commit f63c76f

Browse files
committed
chore: deprecate_module for Analysis/Matrix (leanprover-community#31229)
1 parent 397b110 commit f63c76f

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Mathlib.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,6 +1780,7 @@ import Mathlib.Analysis.LocallyConvex.WeakDual
17801780
import Mathlib.Analysis.LocallyConvex.WeakOperatorTopology
17811781
import Mathlib.Analysis.LocallyConvex.WeakSpace
17821782
import Mathlib.Analysis.LocallyConvex.WithSeminorms
1783+
import Mathlib.Analysis.Matrix
17831784
import Mathlib.Analysis.Matrix.Normed
17841785
import Mathlib.Analysis.Matrix.Order
17851786
import Mathlib.Analysis.MeanInequalities

Mathlib/Analysis/Matrix.lean

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
import Mathlib.Analysis.Matrix.Normed
2+
3+
deprecated_module (since := "2025-11-03")

0 commit comments

Comments
 (0)