Module Base__.Applicative_intf
module type Basic = sig ... endmodule type Basic_using_map2 = sig ... endmodule type Applicative_infix = sig ... endmodule type For_let_syntax = sig ... endmodule type S = sig ... endmodule type Let_syntax = sig ... end- module type Args = sig ... end
- Argument lists and associated N-ary map and apply functions. 
module type Basic2 = sig ... endmodule type Basic2_using_map2 = sig ... endmodule type S2 = sig ... endmodule type Args2 = sig ... endmodule type Applicative = sig ... end