Trace_stat_summary_pp.Pbinclude module type of struct include PrintBox endtype view = private PrintBox.view = val empty : tval line : string -> tval text : string -> tval sprintf : ('a, Stdlib.Buffer.t, unit, t) Stdlib.format4 -> 'aval asprintf : ('a, Stdlib.Format.formatter, unit, t) Stdlib.format4 -> 'aval lines : string list -> tval int_ : int -> tval bool_ : bool -> tval float_ : float -> tval int : int -> tval bool : bool -> tval float : float -> tval line_with_style : Style.t -> string -> tval lines_with_style : Style.t -> string list -> tval text_with_style : Style.t -> string -> tval sprintf_with_style :
Style.t ->
('a, Stdlib.Buffer.t, unit, t) Stdlib.format4 ->
'aval asprintf_with_style :
Style.t ->
('a, Stdlib.Format.formatter, unit, t) Stdlib.format4 ->
'atype !'a ktree = unit -> [ `Nil | `Node of 'a * 'a ktree list ]type box = tval dim_matrix : 'a array array -> position