Module type GenM_intf.SSource
A value of type 'a t is an iterator over values of type 'a that live in the monad M.t. For instance, if M is Lwt, accessing each element might require some IO operation (reading a file, etc.)
From a generator of actions, return an effectful generator