Module Set_intf.Elt_bin_io

module type S = sig ... end
type ('t, 'c) t = (module S with type comparator_witness = 'c and type t = 't)