Module Bastet.Default
val (<.) : ('a, 'b) Bastet__Function.Semigroupoid.t -> ('c, 'a) Bastet__Function.Semigroupoid.t -> ('c, 'b) Bastet__Function.Semigroupoid.t
module type FOLD = sig ... endmodule Fold_Map : functor (M : Interface.MONOID) -> functor (F : FOLD) -> sig ... endmodule Fold_Map_Any : functor (M : Interface.MONOID_ANY) -> functor (F : FOLD) -> sig ... endmodule Fold_Map_Plus : functor (P : Interface.PLUS) -> functor (F : FOLD) -> sig ... endmodule type FOLD_MAP = sig ... endmodule type TRAVERSE = sig ... endmodule type SEQUENCE = sig ... end