package accessor

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'd, 'e) t
val map : (Base.unit -> 'a -> 'b, Base.unit -> 'at -> 'bt, [> Subtyping.field ]) General.t -> 'at -> f:('a -> ('b, 'd, 'e) t) -> ('bt, 'd, 'e) t
val mapi : ('i -> 'a -> 'b, Base.unit -> 'at -> 'bt, [> Subtyping.field ]) General.t -> 'at -> f:('i Index.t -> 'a -> ('b, 'd, 'e) t) -> ('bt, 'd, 'e) t
val all : (Base.unit -> ('a, 'd, 'e) t -> 'a, Base.unit -> 'at -> 'bt, [> Subtyping.field ]) General.t -> 'at -> ('bt, 'd, 'e) t