Error: This expression has type Format.formatter -> Uri.t -> unit
but an expression was expected of type out_channel -> 'a -> unit
Type Format.formatter is not compatible with type out_channel
how can I use %a with printf then? I know OCaml library : Printf but just can’t make sense of it.