Module type Tools.PRIVATE_TYPE

module type PRIVATE_TYPE = sig .. end

type t 
type outer_t 
val to_string : t -> string
val print : Batteries.Format.formatter -> t -> unit
val o : outer_t -> t