package ocamlformat-rpc-lib

  1. Overview
  2. Docs
type t =
  1. | V1
  2. | V2
val to_string : t -> string
val of_string : string -> t option