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

Module Runtime.Tuple_in

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

Innovation. Community. Security.