WhileTransform

cps.macros.forest.WhileTransform

Attributes

Source
WhileTransform.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def run[F[_] : Type, T : Type, C <: CpsMonadContext[F] : Type](cpsCtx: TransformationContext[F, T, C], cond: Expr[Boolean], repeat: Expr[Unit])(implicit evidence$1: Type[F], evidence$2: Type[T], evidence$3: Type[C], Quotes): CpsExpr[F, T]

while

while

Attributes

Source
WhileTransform.scala