Module Ppx_compare_libSource

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

Sourcetype 'a compare = 'a -> 'a -> int
Sourcetype 'a compare__local = 'a -> 'a -> int
Sourcetype 'a equal = 'a -> 'a -> bool
Sourcetype 'a equal__local = 'a -> 'a -> bool
Sourceval compare_abstract : type_name:string -> _ compare__local

Raise when fully applied

Sourceval equal_abstract : type_name:string -> _ equal__local
Sourcemodule Comparable : sig ... end
Sourcemodule Equal : sig ... end
Sourcemodule Builtin : sig ... end