package ocamlformat-rpc-lib

  1. Overview
  2. Docs

Module Ocamlformat_rpc_lib.V1Source

Sourcemodule Command : Command_S with type t = [ `Halt | `Unknown | `Error of string | `Config of (string * string) list | `Format of string ]
Sourcemodule Client : Client_S with type cmd = Command.t