Skip to content

Commit 7eadacc

Browse files
feat: port Algebra.Algebra.Operations (#2568)
This had some trouble with leanprover/lean4#2074 and leanprover/lean4#1926. There are also quite a few places where extra unfolding is needed in initializers for new-style structures. Co-authored-by: Johan Commelin <johan@commelin.net>
1 parent 4b79ca5 commit 7eadacc

File tree

3 files changed

+766
-0
lines changed

3 files changed

+766
-0
lines changed

Mathlib.lean

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import Mathlib.Algebra.Algebra.Basic
44
import Mathlib.Algebra.Algebra.Bilinear
55
import Mathlib.Algebra.Algebra.Equiv
66
import Mathlib.Algebra.Algebra.Hom
7+
import Mathlib.Algebra.Algebra.Operations
78
import Mathlib.Algebra.Algebra.Pi
89
import Mathlib.Algebra.Algebra.Prod
910
import Mathlib.Algebra.Algebra.RestrictScalars

0 commit comments

Comments
 (0)