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

ppx_protocol_conv-5.2.2.tbz
sha256=994362c2185d12f732e522e1e457b7de67745e594b898368c878424e93f84587
sha512=237b236a257f35ad671194f6ee0690dfc85eef9b088a928e7b0582b23b5acc19b6727318be6b7abfa0f6c1052047b820e7a0345d8cadb3c0280e18dc3da6e453

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.