package bastet

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

Module Result.FoldableSource

Parameters

module T : Interface.TYPE

Signature

Sourcetype 'a t = ('a, T.t) result
Sourceval fold_left : ('a -> 'b -> 'a) -> 'a -> 'b t -> 'a
Sourceval fold_right : ('b -> 'a -> 'a) -> 'a -> 'b t -> 'a
Sourcemodule Fold_Map (M : Interface.MONOID) : sig ... end
Sourcemodule Fold_Map_Any (M : Interface.MONOID_ANY) : sig ... end
Sourcemodule Fold_Map_Plus (P : Interface.PLUS) : sig ... end
OCaml

Innovation. Community. Security.