module type PRIVATE_TYPE = sig .. end
sig
end
type t
type outer_t
val to_string : t -> string
t -> string
val print : Batteries.Format.formatter -> t -> unit
Batteries.Format.formatter -> t -> unit
val o : outer_t -> t
outer_t -> t