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