Commit 2025-04-05 18:24 6f40e886
View on Github →chore(Order/Minimal): don't import CompleteLattice
(#23592)
Achieve this by:
- splitting
Order.Chain
intoOrder.CompleteLattice.Chain
for the material requiringCompleteLattice
andOrder.Preorder.Chain
for the rest. - turning an import around between
Order.Minimal
andOrder.UpperLower.Closure