package ppxlib

  1. Overview
  2. Docs
method int : ('ctx, int) T.map_with_context
method string : ('ctx, string) T.map_with_context
method bool : ('ctx, bool) T.map_with_context
method char : ('ctx, char) T.map_with_context
method option : 'a. ('ctx, 'a) T.map_with_context -> ('ctx, 'a option) T.map_with_context
method list : 'a. ('ctx, 'a) T.map_with_context -> ('ctx, 'a list) T.map_with_context
method array : 'a. ('ctx, 'a) T.map_with_context -> ('ctx, 'a array) T.map_with_context