Commit 2025-04-05 18:24 6f40e886

View on Github →

chore(Order/Minimal): don't import CompleteLattice (#23592) Achieve this by:

  • splitting Order.Chain into Order.CompleteLattice.Chain for the material requiring CompleteLattice and Order.Preorder.Chain for the rest.
  • turning an import around between Order.Minimal and Order.UpperLower.Closure

Estimated changes