Search code examples
`rest*` vs `rest @ _*` when pattern matching in Scala...


scalavariadic-functionsscala-3

Read More
Strange scala 3 syntax - new without type...


scalascala-3

Read More
In Scala 3, how to summon a constant from its type?...


scalashapelessscala-3singleton-type

Read More
Scala3: Crafting Types Through Metaprogramming?...


scalametaprogrammingscala-macrosscala-3

Read More
Understanding the inheritance hierarchy of Tuple2 class in Scala 3.3.1...


scalainheritancetuplesscala-3

Read More
build Windows EXE (or big jar) from scala-3 project...


scalascala-3

Read More
Scala3 equivalent to -Wconf src filter...


scalaplayframeworkscala-3

Read More
How to lint and format newline after `yield` in Scala 3?...


scalascala-3scalafmt

Read More
What exactly is Dotty?...


scalaterminologyscala-3dotty

Read More
In Scala 3 is `isEmpty` on a sequence faster than `length == 0`?...


scalaperformancecollectionssequencescala-3

Read More
How to instantiate Scala 3 enum from generic type...


scalagenericsenumsscala-3

Read More
Recursive value needs type error in Scala 3 implicit parameter...


scalaimplicitscala-3

Read More
Scala 3: Unexpected Successful Compilation when Using Variable Before Assignment...


scalascopevariable-assignmentscala-3

Read More
How do I hang onto an izumi.reflect.Tag?...


scalascala-macrosscala-3

Read More
How to write generic Monad law tests?...


scalafunctional-programmingmonadsscala-3

Read More
Scala cats.Random...


scalascala-3cats-effect

Read More
Pascal case transform for discriminator parsing to enum cases...


scalascala-3circe

Read More
Why this typecheck fails? (scala.compiletime.ops.int)...


scalacompile-timetypecheckingscala-3

Read More
E is not a legal path since it is not a concrete type (Scala 3)...


scalascala-3type-projection

Read More
Get key and value types of scala map...


scalagenericstypesscala-3

Read More
How can I create an enum value dynamically in Scala 3 macros?...


scalametaprogrammingscala-macrosscala-3

Read More
A tuple and a tuple of predicates to boolean in Scala...


scalatuplesscala-3

Read More
In Scala 3 (dotty) or Scala 2, how to make dependent types transitive?...


scaladependent-typetype-systemsscala-3dotty

Read More
How to avoid a race condition when using cats-effect based workers?...


scalascala-catsscala-3cats-effect

Read More
How to use an enum value in a previous ordinal of the same enum?...


scalascala-3

Read More
Scala 3 : Finding functions with the given annotation...


scalametaprogrammingscala-macrosscala-3

Read More
How can I convert an Expr to a Tree in Scala 3?...


scalascala-macrosscala-3

Read More
How to match a TypeDef in a Scala 3 macro annotation correctly?...


scalascala-macrosscala-3

Read More
Scala-3.3.0: dotty.tools.FatalError: cannot resolve reference to...


akkaakka-streamscala-3

Read More
How to get zio.Runtime.default.unsafeRun available?...


scalascala-3ziozio-http

Read More
BackNext