Sequence.Generatorinclude Monad.S2module Let_syntax : sig ... endmodule Monad_infix : sig ... endSame as Infix, except the monad type has two arguments. The second is always just passed through.
val return : 'a -> ('a, _) tval yield : 'elt -> (unit, 'elt) t