C class

showName

extends Annotation

Annotation used inside a quote to give a custom name to a definition. The name argument must be a literal String.

Usage:

def let(name: String)(value: Expr[Int])(in: Expr[Int] => Expr[Int]): Expr[Int] = '{

Supertypes

Annotation

Constructors

showName

( name: String )

Members

private val 

name

: String