= 1024" x-on:close-sidebar="sidebar=window.innerWidth >= 1024 && true">
package traverse
-
traverse
-
-
traverse.traverse_meta
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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