ocamlformat.rpc
Protocol.V2
ocamlformat.bin_conf
ocamlformat.rpc_lib_protocol
type t = [
| `Error of string
| `Format of string * Ocamlformat_rpc_lib_protocol__Protocol.format_args
| `Halt
| `Unknown
]
val read_input : IO.ic -> t IO.t
val output : IO.oc -> t -> unit IO.t