File tree 1 file changed +2
-0
lines changed 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 :
28
28
?fig_indent : int ->
29
29
?res_width : int ->
30
30
?center_prefix : bool ->
31
+ ?init_cmd : string ->
31
32
('a -> string ) -> 'a list * 'a list * 'a list -> string
32
33
(* * [print_triple_vertical pr (xs,ys,zs)] returns a string representing a
33
34
parallel trace, with [xs] printed first, and then [ys] and [zs] printed
34
35
in parallel.
35
36
Optional [fig_indent] indicates how many spaces it should be indented (default: 10 spaces).
36
37
Optional [res_width] specifies the reserved width for printing each list entry (default: 20 chars).
37
38
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.
38
40
*)
39
41
40
42
val protect : ('a -> 'b ) -> 'a -> ('b , exn ) result
You can’t perform that action at this time.
0 commit comments