[ANN] interval-patterns-0.8.2
Haskell Community [Unofficial]
May 8, 2026
mixphix:
> The convex hull is more involved to calculate, but straightforward to use.
Why not use:
hull x y = interval (min (lower x) (lower y)) (max (upper x) (upper y))
This also generalizes straigthforwardly to non-empty foldable collections of intervals.
Discussion in the ATmosphere