TypedModule

Methods of the module object val Typed

Source:
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

def apply(expr: Term, tpt: TypeTree): Typed

Create a type ascription <x: Term>: <tpt: TypeTree>

Create a type ascription <x: Term>: <tpt: TypeTree>

Source:
Quotes.scala
def copy(original: Tree)(expr: Term, tpt: TypeTree): Typed

Matches <expr: Term>: <tpt: TypeTree>

Matches <expr: Term>: <tpt: TypeTree>

Source:
Quotes.scala