ocamlformat.rpc
Protocol.V1
ocamlformat.bin_conf
ocamlformat.rpc_lib_protocol
type t = [
| `Config of (string * string) list
| `Error of string
| `Format of string
| `Halt
| `Unknown
]
val read_input : IO.ic -> t IO.t
val output : IO.oc -> t -> unit IO.t