8 lines
193 B
OCaml
8 lines
193 B
OCaml
|
|
type t
|
||
|
|
|
||
|
|
val mte_protocol_version : t
|
||
|
|
val is_compatible : implementation:t -> t -> bool
|
||
|
|
val of_string : string -> (t, string) result
|
||
|
|
val pp : Format.formatter -> t -> unit
|
||
|
|
val jsont : t Jsont.t
|