Module Array.Foldable

type 'a t = 'a array
val fold_left : ('a -> 'b -> 'a) -> 'a -> 'b t -> 'a
val fold_right : ('b -> 'a -> 'a) -> 'a -> 'b t -> 'a
module Fold_Map : functor (M : Interface.MONOID) -> sig ... end
module Fold_Map_Any : functor (M : Interface.MONOID_ANY) -> sig ... end
module Fold_Map_Plus : functor (P : Interface.PLUS) -> sig ... end