Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

How to obtain a tree for a higher-kinded type parameter in a scala macro

How to match a `universe#Type` via quasiquotes or deconstructors?

scala macro generic field of generic class not apply class generic type parameter

Scala / Dotty - Mix a trait into an EXISTING object

Scala: how to force converting a statement to literal?

Using LabelDef in scala macros (2.10)

Listing all visible implicits

Is it possible to access the symbol table in a macro?

Scala Macros: Checking if a Java Field is marked as transient

scala scala-macros

Scala Macro: Create new classes with Option types

How can I apply a macro annotation to a case class with a context bound?

Scaladoc generation fails when referencing methods generated by annotation macros

Scala untyped macro in infix position

scala macros scala-macros

How to check if some T is a case class at compile time in Scala?

How to create an instance of a generic type in a Scala 3 macro?

"macro implementation reference has wrong shape" in the Scala Documentation examples

Howto model named parameters in method invocations with Scala macros?

scala scala-macros