File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6399,6 +6399,7 @@ public import Mathlib.RingTheory.Bialgebra.SymmetricAlgebra
63996399public import Mathlib.RingTheory.Bialgebra.TensorProduct
64006400public import Mathlib.RingTheory.Binomial
64016401public import Mathlib.RingTheory.ChainOfDivisors
6402+ public import Mathlib.RingTheory.ClassGroup
64026403public import Mathlib.RingTheory.ClassGroup.Basic
64036404public import Mathlib.RingTheory.ClassGroup.ExtendedHom
64046405public import Mathlib.RingTheory.Coalgebra.Basic
Original file line number Diff line number Diff line change 1+ /-
2+ Copyright (c) 2021 Anne Baanen. All rights reserved.
3+ Released under Apache 2.0 license as described in the file LICENSE.
4+ Authors: Anne Baanen
5+ -/
6+ module -- shake: keep-all
7+
8+ public import Mathlib.RingTheory.ClassGroup.Basic
9+
10+ deprecated_module (since := "2026-06-02" )
You can’t perform that action at this time.
0 commit comments