package ppx_repr

  1. Overview
  2. Docs
PPX deriver for type representations

Install

Dune Dependency

Authors

Maintainers

Sources

repr-fuzz-0.2.0.tbz
sha256=36db1188217a8b0ad3c5c745f120ac1a46ff1767a6440988bd7280e68e751850
sha512=c7399f64b8bdc5b0aad63b66feb6142096b9b72bc27aee94d8896d780271d0dadbf242f09b1a92cc2b1a4f29e2ca5db08f77d1ebeb0ee5761c61a031a3ca3657

doc/ppx_repr.lib/Ppx_repr_lib/Utils/Make/index.html

Module Utils.Make

Parameters

Signature

val compose_all : ('a -> 'a) list -> 'a -> 'a

Left-to-right composition of a list of functions.

val lambda : string list -> Ppxlib.expression -> Ppxlib.expression

lambda [ "x_1"; ...; "x_n" ] e is fun x1 ... x_n -> e

arrow [ "t_1"; ...; "t_n" ] u is t_1 -> ... -> t_n -> u

OCaml

Innovation. Community. Security.