Module ArrayF.Make
Parameters
Signature
val zip_with : ('a -> 'b -> 'c) -> 'a array -> 'b array -> 'c arrayval zip : 'a array -> 'b array -> ('a * 'b) array
module type EQ_F = functor (E : Interface.EQ) -> sig ... endmodule type ORD_F = functor (O : Interface.ORD) -> sig ... endmodule type SHOW_F = functor (S : Interface.SHOW) -> sig ... endmodule type TRAVERSABLE_F = functor (A : Interface.APPLICATIVE) -> sig ... endmodule Functor : sig ... endmodule Alt : sig ... endmodule Apply : sig ... endmodule Applicative : sig ... endmodule Monad : sig ... endmodule Foldable : sig ... endmodule Unfoldable : sig ... endmodule Traversable : TRAVERSABLE_Fmodule Invariant : sig ... endmodule Extend : sig ... endmodule Infix : sig ... end