Open
Description
I think it could be because of the call to flush
https://github.com/mjambon/easy-format/blob/master/src/easy_format.ml#L620
What I'm trying to do looks like:
custom (fun ppf ->
(* .. bunch of pp_stuff ... *)
List.iter a_few_easy_format_dot_ts ~f:(fun ef ->
(* ... *)
Easy_format.Pretty.to_formatter ppf ef
(* ... *)
) ;
(* ... more pp_stuff ... *)
)
Metadata
Metadata
Assignees
Labels
No labels