package containers

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

Module CCListLabels.TraverseSource

Parameters

module M : MONAD

Signature

Sourceval sequence_m : 'a M.t t -> 'a t M.t
Sourceval fold_m : f:('b -> 'a -> 'b M.t) -> init:'b -> 'a t -> 'b M.t
Sourceval map_m : f:('a -> 'b M.t) -> 'a t -> 'b t M.t
Sourceval map_m_par : f:('a -> 'b M.t) -> 'a t -> 'b t M.t

map_m_par ~f (x :: l) is like map_m but f x and f l are evaluated "in parallel" before combining their result (for instance in Lwt).

OCaml

Innovation. Community. Security.