You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example above, I am expecting ef to be properly indented and formatted, but after the first one, they seem to show up non-indented and breaking "boxes" (that's why I think it is because of the call to Format.pp_print_flush).
If I replace Easy_format.Pretty.to_formatter ppf ef with fprintf ppf "random stuff" the same code seems to be correctly formatting the output.
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:
The text was updated successfully, but these errors were encountered: