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.2.tar.gz
md5=b13fbc761c2aa3729b23a1362f140a18
sha512=95d8dabb38d7fe3f7a0ff2b4c17547ec5d2e30c4b83d1f166444ad8fa91ef02ee86ee855ef40bedc86a42ab35b2665a5001af9e2521dc7a648aa8b38c4143765

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.