package stdune

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

Module Make.Make_monad_traversalsSource

Parameters

module Monad : sig ... end

Signature

Sourceval fold : 'a t -> init:'acc -> f:('a -> 'acc -> 'acc Monad.t) -> 'acc Monad.t
Sourceval map : 'a t -> f:('a -> 'b Monad.t) -> 'b t Monad.t
OCaml

Innovation. Community. Security.