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.1.tar.gz
md5=e42676dee0a9bfbc016f1f6911525109
sha512=9bca29e7964319eb554a138bcb79b7153a3c3d4c3439db8a5bab92f6d5257985f0067cd25e36385ed61718391a8f8ed140b55adc3fdb0f7dd80c6aa819715665

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

Module Runtime.Tuple_inSource

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

Innovation. Community. Security.