Operator routing through Eq / Ord #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
==,<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.