package ocamlformat-rpc-lib

  1. Overview
  2. Docs
type t = [
  1. | `Halt
  2. | `Unknown
  3. | `Error of string
  4. | `Format of string * format_args
]
val read_input : IO.ic -> t IO.t
val output : IO.oc -> t -> unit IO.t