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.2.0.tar.gz
md5=e71abaeffcf8596d49a04acb27e00f24
sha512=b0322030fa81af86cbe7b8b502c743768daf60c73f0219d4ce12b175c9612b1fc34bb10bf2dbbcdf9743ab321157e2ffdd8e3160f92372c7b59785ae87fbbebd

doc/ppx_protocol_conv.runtime/Protocol_conv/Runtime/Tuple_out/index.html

Module Runtime.Tuple_outSource

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

Innovation. Community. Security.