Search code examples
Ambiguous Overload in Scala 3 with Varargs...

scalaoverloadingvariadic-functionsscala-3

Read More
Why does Scala 3 support looking up extension methods in givens?...

scalascala-3

Read More
Scala 3: Deriving a typeclass for conversion between a case class and a tuple type...

scalatypeclassscala-3

Read More
sbt: Running specific main method from the command line...

scalasbtscala-3

Read More
What is the difference between "with" and "new" for context parameters in scala?...

scalascala-3

Read More
Scala error when providing subclass instance in place of superclass?...

scalascala-3

Read More
Scala 3: "assertion failed: denotation class Int invalid in run 1."...

scalascala-3

Read More
Why does Scala 3 fail to reduce an inline match over Either in this example?...

scalascala-macrosscala-3

Read More
Type Class Derivation accessing default values...

scalatypeclassscala-macrosscala-3generic-derivation

Read More
Scala3: making macro implementation polymorphic...

scalascala-macrosscala-3

Read More
What's wrong with Hello World in scala?...

javascalascala-3

Read More
Using a Scala 3 Library in a Scala 2.13 Project...

scalasbtscala-3

Read More
What's the equivalent of `scala.tools.nsc.MainGenericRunner` in Scala 3?...

scalascala-3

Read More
How to use Gatling in a Scala 3 project...

scalasbtgatlingscala-3

Read More
Can traits have secondary constructors in Scala 3?...

scalascala-3

Read More
What is the simplest way to create given for A & B type?...

scalaimplicitscala-3

Read More
Extracting an object from a nested list of objects...

scalafunctional-programmingscala-3

Read More
Why can't a polymorphic function accept wildcard (existential) types in Scala?...

scalaexistential-typescala-3polymorphic-functions

Read More
How to create a general method for Scala 3 enums...

scalaenumsscala-3

Read More
scala3 how to make generic zipWith extension method...

scalascala-3

Read More
Cannot add package description in ScalaDoc (Scala 3)...

scalascaladocscala-3

Read More
How do you define an enum that can only be created by its companion object? (think smart constructor...

scalascala-3

Read More
Scala 3 + http4s problem with encode/decode json...

scalascala-3http4s

Read More
How to get match type with multiple type parameters to work correctly in Scala 3...

scalascala-3match-types

Read More
Scala 3 implicit conversions: compare value and literal...

scalaimplicit-conversionscala-3

Read More
Why is `contains` on collections not requiring the correct type?...

scalascala-3

Read More
Scala 3 extension overloading with different generic types...

scalaextension-methodsimplicitscala-3

Read More
Why were match types added to scala3 despite method uoverloading fulfilling the same role?...

scalascala-3match-types

Read More
How do I write a match type pattern with a narrowed String type head of tuple case in dotty?...

scalapattern-matchingscala-3dottymatch-types

Read More
How to unpack the type of elements in tuple in dotty?...

scalascala-3dottymatch-types

Read More
BackNext