package links

  1. Overview
  2. Docs
type t =
  1. | Client
  2. | Server
  3. | Unknown
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
val is_client : t -> bool
val is_server : t -> bool
val is_unknown : t -> bool
val to_string : t -> string
OCaml

Innovation. Community. Security.