Module Ocannl_tensor.PrintBox_utils
module BPlot = PrintBox_ext_plotval _get_local_debug_runtime : unit -> (module Minidebug_runtime.Debug_runtime)val sexp_of_box : 'a -> Sexplib0__.Sexp.ttype dag = [ | `Empty| `Pad of dag| `Frame of dag| `Align of [ `Left | `Center | `Right ] * [ `Top | `Center | `Bottom ] * dag| `Text of Base.string| `Box of box| `Vlist of Base.bool * dag Base.list| `Hlist of Base.bool * dag Base.list| `Table of dag Base.array Base.array| `Tree of dag * dag Base.list| `Embed_subtree_ID of Base.string| `Subtree_with_ID of Base.string * dag
]val sexp_of_dag : dag -> Sexplib0.Sexp.tval boxify : Base.int -> dag -> dagval concise_float : prec:Base__Int.t -> float -> stringval plot :
?as_canvas:bool ->
?x_label:string ->
?y_label:string ->
?axes:bool ->
?size:(Base__Int.t * Base__Int.t) ->
?small:bool ->
BPlot.plot_spec list ->
PrintBox.ttype table_row_spec = | Benchmark of {bench_title : Base.string;time_in_sec : Base.float;mem_in_bytes : Base.int;result_label : Base.string;result : Base.Sexp.t;
}
val nolines : Base.String.t -> Base.String.t