package ocamlformat-rpc-lib

  1. Overview
  2. Docs

Module Ocamlformat_rpc_lib.InitSource

Version used to set the protocol version

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