Module type Tuple.FOLDABLE_F
Parameters
Signature
type 'a t= T.t * 'a
val fold_left : ('a -> 'b -> 'a) -> 'a -> 'b t -> 'aval fold_right : ('b -> 'a -> 'a) -> 'a -> 'b t -> 'a
module Fold_Map : functor (M : Interface.MONOID) -> sig ... endmodule Fold_Map_Any : functor (M : Interface.MONOID_ANY) -> sig ... endmodule Fold_Map_Plus : functor (P : Interface.PLUS) -> sig ... end