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.3.tar.gz
md5=2f9f5eb9431d9db1e89151277d2bab2c
sha512=3f9d410edd8531c61b8f66a2d21e9f47cfd7def6c14e94501af584afa6801e2f0a94abce8c82b7064b49b113c3a7a12ca1c7027d03e2e88c10d39b4857402077

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.