package traverse

  1. Overview
  2. Docs
val traverse_nil : ('a Applicative.t, 'a Stdcompat.List.t Applicative.t, 'f, 'result, 'is_empty) List.Arity.t -> 'result
val traverse_cons : ('a Applicative.t, 'a Stdcompat.List.t Applicative.t, 'f, 'result, 'is_empty) List.Arity.t -> 'f -> (unit -> 'result) -> 'result
val traverse : ('a Applicative.t, 'a Stdcompat.List.t Applicative.t, 'f, 'result, [ `Not_empty ]) List.Arity.t -> 'f -> 'result