Skip to content

Make `Ord Literal` deterministic (#19438)

Sebastian Graf requested to merge wip/T19438 into master

Previously, non-determinism arising from a use of uniqCompareFS in cmpLit potentially crept into CoreMap, which we expect to behave deterministically.

So we simply use lexicalCompareFS now.

Fixes #19438 (closed).

Merge request reports