package base

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

Module Poly.Make_applicative_traversalsSource

Parameters

Signature

Sourceval mapi : ('k, 'v1) t -> f:(key:'k -> data:'v1 -> 'v2 A.t) -> ('k, 'v2) t A.t
Sourceval filter_mapi : ('k, 'v1) t -> f:(key:'k -> data:'v1 -> 'v2 option A.t) -> ('k, 'v2) t A.t
OCaml

Innovation. Community. Security.