package ppxlib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method virtual other : 'a. 'ctx -> 'a -> 'res
method virtual int : ('ctx, int, 'res) T.lift_map_with_context
method virtual string : ('ctx, string, 'res) T.lift_map_with_context
method virtual bool : ('ctx, bool, 'res) T.lift_map_with_context
method virtual char : ('ctx, char, 'res) T.lift_map_with_context
method virtual array : 'a. ('ctx, 'a, 'res) T.lift_map_with_context -> ('ctx, 'a array, 'res) T.lift_map_with_context
method virtual float : ('ctx, float, 'res) T.lift_map_with_context
method virtual int32 : ('ctx, int32, 'res) T.lift_map_with_context
method virtual int64 : ('ctx, int64, 'res) T.lift_map_with_context
method virtual nativeint : ('ctx, nativeint, 'res) T.lift_map_with_context
method virtual unit : ('ctx, unit, 'res) T.lift_map_with_context
method virtual record : 'ctx -> (string * 'res) list -> 'res
method virtual constr : 'ctx -> string -> 'res list -> 'res
method virtual tuple : 'ctx -> 'res list -> 'res
method option : 'a. ('ctx, 'a, 'res) T.lift_map_with_context -> ('ctx, 'a option, 'res) T.lift_map_with_context
method list : 'a. ('ctx, 'a, 'res) T.lift_map_with_context -> ('ctx, 'a list, 'res) T.lift_map_with_context
OCaml

Innovation. Community. Security.