Commit 2022-01-08 07:22 07f9b8e1
View on Github →feat(data/sum/order): Linear and disjoint sums of orders (#11157)
This defines the disjoint sum of two orders on α ⊕ β
and the linear (aka lexicographic) sum of two orders on α ⊕ₗ β
(a type synonym of α ⊕ β
) in a new file data.sum.order
.