Commit 2024-02-25 10:47 46be2770
View on Github →chore: split Ordered instances for subobjects into separate files (#10900)
Moving these to separate files should make typeclass synthesis less expensive. Additionally two of them are quite long and this shrinks them slightly.
This handles:
SubmonoidSubgroupSubsemiringSubringSubfieldSubmoduleSubalgebraThis also movesUnits.posSubgroupinto its own file. The copyright headers are from:- https://github.com/leanprover-community/mathlib/pull/6489
- https://github.com/leanprover-community/mathlib/pull/8466