- Technological singularity
- Cruller
- Eierlegende Wollmilchsau
- Semiring
- Tropical Semiring
- Monoid
- Semigroup
// Double pass
rects.map(rect => toCoords(x).add(Inverse(toCoords(rect))))
// Single pass
rects.foldMap(rect => Min(toCoords(x).add(Inverse(toCoords(rect))))
- Traversable
- Foldable
- Extend