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.runtime/Protocol_conv/Runtime/Tuple_out/index.html

Module Runtime.Tuple_out

type (_, _, _) t =
  1. | Cons : ('a -> 't) * ('t, 'b, 'c) t -> ('t, 'a -> 'b, 'c) t
  2. | Nil : ('t, 'a, 'a) t
val (^::) : ('a -> 'b) -> ('b, 'c, 'd) t -> ('b, 'a -> 'c, 'd) t
OCaml

Innovation. Community. Security.