package ocamlformat-rpc

  1. Overview
  2. Docs
type t = [
  1. | `Config of (string * string) list
  2. | `Error of string
  3. | `Format of string
  4. | `Halt
  5. | `Unknown
]
val read_input : IO.ic -> t IO.t
val to_sexp : t -> Csexp.t
val output : IO.oc -> t -> unit IO.t