Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in scala-macros

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]

How to generate a static member and add it to a class within a type macro?

Why does this code typecheck in Scala 2.11 and what can I do about it?

How to get the runtime value of parameter passed to a Scala macro?

macros, splice, and pattern matching

Scala constraint based types and literals

Scala recursive macro?

How to transform and apply a partial function using Scala Macros?

Scala Macros: Accessing members with quasiquotes

scala macros scala-macros