Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

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

Way to enhance a class with function delegation

scala scala-macros

Scala Macro annotations and IntelliJ code completion [duplicate]