package ocamlformat-rpc-lib

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