How to generate a class in Dotty with macro?...
Read MoreHow to do type-level addition in Scala 3?...
Read MoreIs there a relationship between an inner type hierarchy and the component type projections?...
Read MoreInt Refined Positive doesn't compile...
Read MoreHow can I serialize a scala singleton object?...
Read MoreScala 3 macros: create a new polynmorphic function using the reflect api...
Read MoreHow to access method valueOf of an unknown enum in Scala 3...
Read MoreHow to let the implementor of a trait define the context parameter type...
Read MoreIs there a Scala 3 specific standard library or is it just inherited from Scala 2?...
Read MoreHow to define a implicit (given) Conversion for Generic Types?...
Read MoreScala 3. Defining extension for class + all subclasses...
Read MoreHow can I implement Fractional[Int] and get access to new arithmetic operations...
Read MoreScala 3 macro to list source code of file...
Read MoreScala 3. Context bound and type lambda...
Read MoreScala 3. Kind polymorphism and AnyKind type - any code example?...
Read MoreIn Scala 3: Why runtime pattern matching can't work reliably on duck type using JVM reflection?...
Read MoreExpress function of arbitrary arity in vanilla Scala 3...
Read MoreScala 3 type lambdas. Example for "curried type parameters"...
Read MorePartially applied type constructor in Scala 3?...
Read MoreHow to write curried polymorphic function & its higher kind in Scala 3?...
Read MoreHow to restrict generic trait in subtype...
Read MoreCan scalameter be imported to scala3 projects (and how)?...
Read MoreScala 3 Macros: How to invoke a method obtained as a `Symbol` in a quoted code block?...
Read MoreIn Scala 3/Dotty, is it possible to write a kind/type constructor that takes a value with a unique p...
Read MoreHow is abstract method initialiazed in Scala 3?...
Read MoreProviding the equivalent of a type parameter [T] from inside a Scala 3 macro...
Read MoreHow to extract all methods in scala 3 using a tasty inspector?...
Read MoreFinding lambda captured values (or their classes) in Scala 3...
Read More