Module UnivIdMap.Monad

Fold operators parameterized by any monad.

Parameters

module M : CMap.MonadS

Signature

val fold : ( key -> 'a -> 'b -> 'b M.t ) -> 'a t -> 'b -> 'b M.t
val fold_left : ( key -> 'a -> 'b -> 'b M.t ) -> 'a t -> 'b -> 'b M.t
val fold_right : ( key -> 'a -> 'b -> 'b M.t ) -> 'a t -> 'b -> 'b M.t
val mapi : ( key -> 'a -> 'b M.t ) -> 'a t -> 'b t M.t