module Polymorphic_compare_intf: sig .. end
Interfaces used for hiding and replacing polymorphic compare. Including a module with
interface S should hide the majority of functions that use polymorphic compare.
Interfaces used for hiding and replacing polymorphic compare. Including a module with
interface S should hide the majority of functions that use polymorphic compare.
module type Infix = sig .. end
module type S = sig .. end
Interfaces used for hiding and replacing polymorphic compare. Including a module with
interface S should hide the majority of functions that use polymorphic compare.