package bin_prot

  1. Overview
  2. Docs
A binary protocol generator

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=0e6c61aff150d19a0f89cb3e354ab36189e4bc23e28ab8bce03b6c6b6004f237

doc/bin_prot.shape/Bin_shape/Expert/Canonical_exp_constructor/index.html

Module Expert.Canonical_exp_constructorSource

Sourcetype 'a t =
  1. | Annotate of Uuid.t * 'a
  2. | Base of Uuid.t * 'a list
  3. | Tuple of 'a list
  4. | Record of (string * 'a) list
  5. | Variant of (string * 'a list) list
  6. | Poly_variant of 'a option Sorted_table.t
  7. | Application of 'a * 'a list
  8. | Rec_app of int * 'a list
  9. | Var of int
include Ppx_compare_lib.Comparable.S1 with type 'a t := 'a t
Sourceval compare : 'a Base__Ppx_compare_lib.compare -> 'a t Base__Ppx_compare_lib.compare
Sourceval sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.