Sort: 'a list vs sort: int list

Which module is the <= operator coming from, in this case? E.g. if you hover over it?

Stdlib.(<=) should be polymorphic: OCaml library : Stdlib

But the Base equivalents are not: Removing polymorphic compare from Core

1 Like