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.0.tar.gz
md5=5eddd4cc3ef4fce45dacc1add7f82ff7
sha512=f947bfb488b62114b765c8479ae06818c6823ca8be14c454273f09d9390cb405be7add78953291cfc3a9ffbcc79418c57b35144136c17f4c458ab52be8185ed4

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.