cps.macros.flags

Type members

Classlikes

case
class DebugLevel(value: Int)

Use this flag for debugging of async transformation process.

Use this flag for debugging of async transformation process.

   implicit val = cps.macros.flags.DebugLevel(10)
   async{
      ....
   }

will output ton of traces during macro translation.

Value Params
value
  • debug level, from 0 to 20. 0 - no debug outout, 20 - maximum
Source
TypeMarkers.scala
object PrintCode

define implicit

define implicit

Source
TypeMarkers.scala

Givens