Module Stdune.Comparable

module type S = sig ... end
module type OPS = sig ... end
module Operators (X : S) : OPS with type t = X.t