EffScalaz
object EffScalaz
class Object
trait Matchable
class Any
Value members
Concrete methods
def detachA[M[_], A](eff: Eff[Fx1[M], A])(monad: Monad[M], bindRec: BindRec[M], applicative: Applicative[M]): M[A]
use the applicative instance of Eff to sequence a list of values, then flatten it
use the applicative instance of Eff to sequence a list of values, then flatten it
def flatTraverseA[R, F[_], A, B](fs: F[A])(f: A => Eff[R, F[B]])(FT: Traverse[F], FM: Bind[F]): Eff[R, F[B]]