Module Base__.Applicative_intf

module type Basic = sig ... end
module type Basic_using_map2 = sig ... end
module type Applicative_infix = sig ... end
module type For_let_syntax = sig ... end
module type S = sig ... end
module type Let_syntax = sig ... end
module type Args = sig ... end

Argument lists and associated N-ary map and apply functions.

module type Basic2 = sig ... end
module type Basic2_using_map2 = sig ... end
module type S2 = sig ... end
module type Args2 = sig ... end
module type Applicative = sig ... end