package ocamlformat-rpc-lib

  1. Overview
  2. Docs

Module V1.CommandSource

Sourcetype t = [
  1. | `Halt
  2. | `Unknown
  3. | `Error of string
  4. | `Config of (string * string) list
  5. | `Format of string
]
Sourceval read_input : in_channel -> t
Sourceval to_sexp : t -> Sexplib0.Sexp.t
Sourceval output : out_channel -> t -> unit