Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

What is the best way to re-establish type coherence after transforming a Tree with Macros

SBT Plugin: How to add compiler plugin as a dependency that is not propagated downstream?

How to get constructor argument names using Scala-Macros

How to build a dynamic sequence in a scala macro?

Macro to access source code of function at runtime

Scala - How to "delay" expression's compilation

scala scala-macros

scala macros: how to read an annotation object

Return most specific type given a method parameter

How to require at compile time that a type parameter be a trait (and not a class or other type value)?

Is it possible to generate Apply from WeakTypeTag inside a scala macro?

Scala Macro Annotations: c.TypeCheck of annotated type causes StackOverflowError

scala scala-macros

Scala reflection derive package name

Get name of defining val

scala scala-macros

Scala: Equivalence of path-dependent types

scala macros: Add function to class

Can I generate Scala code from a template (of sorts)?

scala scala-macros

Howto model named parameters in method invocations with Scala macros?

scala scala-macros