Operator routing through Eq / Ord #1

Closed
opened 2026-05-20 13:21:55 +02:00 by Brummel · 0 comments
Owner

==, < etc. resolved via the typeclass instead of the built-in primitive comparators. No commitment; gated on bench re-baselining to make sure the indirection doesn't tank latency.

depends on: Post-22 Prelude — Eq/Ord (shipped 23.5).

context: git log --before=2026-05-11 --grep=... for the pre-archive-cutoff rationale.

`==`, `<` etc. resolved via the typeclass instead of the built-in primitive comparators. No commitment; gated on bench re-baselining to make sure the indirection doesn't tank latency. **depends on:** Post-22 Prelude — Eq/Ord (shipped 23.5). **context:** `git log --before=2026-05-11 --grep=...` for the pre-archive-cutoff rationale.
Brummel added the feature label 2026-05-20 13:21:55 +02:00
Sign in to join this conversation.