Skip to content
  • Ryan Scott's avatar
    Add orderingTyCon to wiredInTyCons (#18185) · 66bd24d1
    Ryan Scott authored and Marge Bot's avatar Marge Bot committed
    `Ordering` needs to be wired in for use in the built-in `CmpNat` and
    `CmpSymbol` type families, but somehow it was never added to the list
    of `wiredInTyCons`, leading to the various oddities observed
    in #18185. Easily fixed by moving `orderingTyCon` from
    `basicKnownKeyNames` to `wiredInTyCons`.
    
    Fixes #18185.
    66bd24d1