package ppx_repr

  1. Overview
  2. Docs

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.