cps.macros.forest.CpsTreeScope.BlockCpsTree
See theBlockCpsTree companion object
case class BlockCpsTree(owner: Symbol, prevs: Queue[Statement], last: CpsTree) extends CpsTree
Attributes
Members list
Value members
Concrete methods
Attributes
- Definition Classes
cast CpsTree to keep newOtpe.type inside monad.
Attributes
- Definition Classes
override def inCake[F1[_], T1, C1 <: CpsMonadContext[F1]](otherCake: TreeTransformScope[F1, T1, C1]): BlockCpsTree
Attributes
- Definition Classes
type which is 'inside ' monad, i.e. T for F[T].
type which is 'inside ' monad, i.e. T for F[T].
Attributes
type which we see outside. i.e. F[T] for near all 'normal' trees or X=>F[T] for async lambda.
type which we see outside. i.e. F[T] for near all 'normal' trees or X=>F[T] for async lambda.
Attributes
- Definition Classes
Attributes
- Definition Classes
Attributes
- Definition Classes
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- CpsTree
In this article