package awsm-codegen

  1. Overview
  2. Docs

Applicative interface for record. The ppx_let syntax extension uses this to translate let%map x1 = v1 and x2 = v2 in e.

val map : 'a record -> f:('a -> 'b) -> 'b record
val both : 'a record -> 'b record -> ('a * 'b) record
OCaml

Innovation. Community. Security.