package coq

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

Module Map.MonadSource

Fold operators parameterized by any monad.

Parameters

module M : CMap.MonadS

Signature

Sourceval fold : (key -> 'a -> 'b -> 'b M.t) -> 'a t -> 'b -> 'b M.t
Sourceval fold_left : (key -> 'a -> 'b -> 'b M.t) -> 'a t -> 'b -> 'b M.t
Sourceval fold_right : (key -> 'a -> 'b -> 'b M.t) -> 'a t -> 'b -> 'b M.t
OCaml

Innovation. Community. Security.