package ocamlformat-rpc-lib

  1. Overview
  2. Docs

Version used to set the protocol version

type t = [
  1. | `Halt
  2. | `Unknown
  3. | `Version of string
]
val read_input : Stdlib.in_channel -> t
val to_sexp : t -> Sexplib0.Sexp.t
val output : Stdlib.out_channel -> t -> unit
OCaml

Innovation. Community. Security.