File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,15 @@ val print_triple_vertical :
2828 ?fig_indent : int ->
2929 ?res_width : int ->
3030 ?center_prefix : bool ->
31+ ?init_cmd : string ->
3132 ('a -> string ) -> 'a list * 'a list * 'a list -> string
3233(* * [print_triple_vertical pr (xs,ys,zs)] returns a string representing a
3334 parallel trace, with [xs] printed first, and then [ys] and [zs] printed
3435 in parallel.
3536 Optional [fig_indent] indicates how many spaces it should be indented (default: 10 spaces).
3637 Optional [res_width] specifies the reserved width for printing each list entry (default: 20 chars).
3738 Optional [center_prefix] centers the sequential prefix if [true] (the default) and otherwise left-adjust it.
39+ Optional [init_cmd] indicates a string-rendered, initial command.
3840 *)
3941
4042val protect : ('a -> 'b ) -> 'a -> ('b , exn ) result
You can’t perform that action at this time.
0 commit comments