Implement ordering comparisons for type-level naturals and symbols.
This is done with two built-in type families: `CmpNat and `CmpSymbol`. Both of these return a promoted `Ordering` type (EQ, LT, or GT).
Loading
Please register or sign in to comment