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

3.1.3.tar.gz
md5=891e1169b50d6ba3f08efea77e80ce3a
sha512=c1801c78dba94cd4c67aae5715c580e8a8d963bf064c1e45dffcebd50f13e1b2acf23a07e19231a22ed97970b1b42fb79dee27e6a14c9fc643815fddf6ceab6d

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

Module Protocol_conv.Runtime

type (_, _, _) structure =
  1. | Cons : (string * ('t -> 'a)) * ('t, 'b, 'c) structure -> ('t, 'a -> 'b, 'c) structure
  2. | Nil : ('t, 'a, 'a) structure
val (^::) : (string * ('a -> 'b)) -> ('a, 'c, 'd) structure -> ('a, 'b -> 'c, 'd) structure
type 'a no_flags = 'a
module type Driver = sig ... end
OCaml

Innovation. Community. Security.