ocamlformat.rpc
Ocamlformat_rpc.IO
ocamlformat
ocamlformat.format_
ocamlformat.ocaml_common
ocamlformat.ocamlformat_stdlib
ocamlformat.parser_extended
ocamlformat.parser_recovery
ocamlformat.parser_shims
ocamlformat.parser_standard
ocamlformat.rpc_lib_protocol
type 'a t = 'a
type ic = Ocamlformat_stdlib.In_channel.t
type oc = Ocamlformat_stdlib.Out_channel.t
val (>>=) : 'a -> ('a -> 'b) -> 'b
val return : 'a -> 'a
val read : in_channel -> Csexp.t option
val write : Ocamlformat_stdlib.Out_channel.t -> Csexp.t Ocamlformat_stdlib.List.t -> unit