module type Basic2 =Multi parameter monad. The second parameter get unified across all the computation. This is used to encode monads working on a multi parameter data structure like (sig..end
('a,'b result)).type ('a, 'b) t
val bind : ('a, 'b) t ->
('a -> ('c, 'b) t) -> ('c, 'b) tval return : 'a -> ('a, 'b) t