Module Datatype_sig.Conv

Parameters

module B1 : S
module C : sig ... end

Signature

type t = C.t
val equal : t -> t -> bool
val compare : t -> t -> int
val hash : t -> int
val pretty : Stdlib.Format.formatter -> t -> unit