package piaf

  1. Overview
  2. Docs
type t =
  1. | Any
  2. | SSLv3
  3. | TLSv1_0
  4. | TLSv1_1
  5. | TLSv1_2
  6. | TLSv1_3
val compare : t -> t -> int
val of_string : string -> (t, string) result
val pp_hum : Format.formatter -> t -> unit