package stdune

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

Parameters

module Monad : sig ... end

Signature

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

Innovation. Community. Security.