package ppx_protocol_conv

  1. Overview
  2. Docs
Ppx for generating serialisation and de-serialisation functions of ocaml types

Install

Dune Dependency

Authors

Maintainers

Sources

5.1.1.tar.gz
md5=cfb803fb5331587cb7f9d4a5e80747ef
sha512=8424bfdaa8de6472b1ccc423f8ed7499efe4de849aac1217f053c851cb8ca1c63cf5fb502ea6a0bc3ee8dd4869f46a30289824c7bf8e9dd6927a80e5e9aa88a0

doc/ppx_protocol_conv.driver/Ppx_protocol_driver/Make/argument-1-D/index.html

Parameter Make.D

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

Innovation. Community. Security.