package awsm-codegen

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Json_parser.Let_syntaxSource

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

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