package ocamlformat-rpc-lib

  1. Overview
  2. Docs

Parameters

module IO : sig ... end

Signature

module type Command_S = sig ... end
module Init : Command_S with type t = [ `Halt | `Unknown | `Version of string ]

Version used to set the protocol version

module V1 : Command_S with type t = [ `Halt | `Unknown | `Error of string | `Config of (string * string) list | `Format of string ]
module V2 : Command_S with type t = [ `Halt | `Unknown | `Error of string | `Format of string * format_args ]