containers.data
CCHashSet
containers
containers.iter
containers.monomorphic
containers.sexp
containers.thread
containers.top
containers.unix
status: unstable
type 'a sequence = ('a -> unit) -> unit
type 'a printer = Format.formatter -> 'a -> unit
module type S = sig ... end
module type ELEMENT = sig ... end
module Make (E : ELEMENT) : S with type elt = E.t