CpsTransformed

cps.plugin.annotation.CpsTransformed
case class CpsTransformed[F[_]]() extends StaticAnnotation

Inserted by compiler plugin befor picker, to mark that this method was transformed by cps plugin. Macro and cps plugin check existence of this annotation to prevent situation, when duriong compiling one of modules was mistakenly compiled without cps plugin.

Attributes

Source
CpsTransformed.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait StaticAnnotation
class Annotation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product