package ocamlformat-rpc-lib

  1. Overview
  2. Docs

Module V1.ClientSource

Sourcetype t
Sourcetype cmd = Command.t
Sourceval pid : t -> int
Sourceval mk : pid:int -> in_channel -> out_channel -> t
Sourceval query : cmd -> t -> cmd
Sourceval halt : t -> (unit, [> `Msg of string ]) result
Sourceval config : (string * string) list -> t -> (unit, [> `Msg of string ]) result
Sourceval format : string -> t -> (string, [> `Msg of string ]) result