format-range-single-vs-arrow

Status: IN

`_format_range(a, b)` returns `"a"` when endpoints are equal and `"a->b"` otherwise; it is only ever called with `a <= b`, guaranteed by the gap-detection guards.

Source: entries/2026/06/06/missing-ranges-solution.md

JSON