ScalazTransformerDsl

abstract
class ScalazTransformerDsl[F[_], G[_], A, B] extends Dsl[Monadic[F, A], G[B], A]
trait Dsl[Monadic[F, A], G[B], A]
trait PolyCont[Monadic[F, A], G[B], A]
class Object
trait Matchable
class Any

Value members

Abstract methods

def lift(fa: F[A]): G[A]
def monad: Monad[G]

Concrete methods

final
def cpsApply(keyword: Monadic[F, A], handler: A => G[B]): G[B]