CpsExpr

cps.macros.CpsExpr$
See theCpsExpr companion trait
object CpsExpr

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
CpsExpr.type

Members list

Concise view

Value members

Concrete methods

def async[F[_] : Type, T : Type](dm: Expr[CpsMonad[F]], f: Expr[F[T]]): CpsExpr[F, T]
def sync[F[_] : Type, T : Type](dm: Expr[CpsMonad[F]], f: Expr[T], changed: Boolean): CpsExpr[F, T]
def unit[F[_] : Type](dm: Expr[CpsMonad[F]])(implicit evidence$61: Type[F], Quotes): UnitCpsExpr[F]
def wrap[F[_] : Type, T : Type](internal: CpsExpr[F, T])(implicit evidence$62: Type[F], evidence$63: Type[T], Quotes): CpsExpr[F, T]