package ppx_protocol_conv

  1. Overview
  2. Docs

Module type Ppx_protocol_driver.DriverSource

Sourcetype t
Sourceval to_string_hum : t -> string
Sourceval to_list : t -> t list
Sourceval of_list : t list -> t
Sourceval is_list : t -> bool
Sourceval to_alist : t -> (string * t) list
Sourceval of_alist : (string * t) list -> t
Sourceval is_alist : t -> bool
Sourceval to_char : t -> char
Sourceval of_char : char -> t
Sourceval to_int : t -> int
Sourceval of_int : int -> t
Sourceval to_int32 : t -> int32
Sourceval of_int32 : int32 -> t
Sourceval to_int64 : t -> int64
Sourceval of_int64 : int64 -> t
Sourceval to_nativeint : t -> nativeint
Sourceval of_nativeint : nativeint -> t
Sourceval to_float : t -> float
Sourceval of_float : float -> t
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval is_string : t -> bool
Sourceval to_bool : t -> bool
Sourceval of_bool : bool -> t
Sourceval to_bytes : t -> bytes
Sourceval of_bytes : bytes -> t
Sourceval null : t
Sourceval is_null : t -> bool
OCaml

Innovation. Community. Security.