package bastet

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

Module Array.FoldableSource

Sourcetype 'a t = 'a array
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.