Module Base__.Ppx_compare_lib

Runtime support for auto-generated comparators. Users are not intended to use this module directly.

val phys_equal : 'a ‑> 'a ‑> bool
external polymorphic_compare : 'a ‑> 'a ‑> int = "%compare"
type 'a compare = 'a ‑> 'a ‑> int
val compare_abstract : type_name:string ‑> _ compare

Raise when fully applied

module Builtin : sig ... end with type t := a compare