package ocamlformat-rpc-lib

  1. Overview
  2. Docs
module Command : Command_S with type t = [ `Halt | `Unknown | `Error of string | `Config of (string * string) list | `Format of string ]
module Client : sig ... end