Search code examples
How to flatten if-else-if-statements with caching in Scala 3?...


scalaoption-typescala-3

Read More
Make Compile Fail on Non-Exhaustive Match in Scala 3...


scalapattern-matchingcompiler-flagsscala-3non-exhaustive-patterns

Read More
Type mismatch error when using extensions in Scala 3.3...


scalascala-3

Read More
Can't get tagged types to compile inside ZLayer...


scalascala-3zio

Read More
Is there a simple Scala 3 example of how to use `quoted.Type` as replacement for `TypeTag`?...


scalatypesscala-macrosscala-3

Read More
How to use Scala 3 Recursive Match Types on tuples...


scalagenericsscala-3

Read More
In Scala 3, why is it sometimes possible to do impredicative type assignment?...


scalascala-3higher-kinded-typesimpredicativetypes

Read More
akka-http elasticsearch {"error":"no handler found for uri [https://localhost:9200/my...


elasticsearchakka-httpscala-3

Read More
How can I implement a abstract flagged enum with support for bitwise operations?...


scalascala-3

Read More
Enum with Parameters to Scala 3 Causes Serialization Errors...


scalascala-3

Read More
Does scala 3 have true type alias? How to implement it?...


scalascala-3type-alias

Read More
Scala3 type matching with multiple types...


scalascala-3dottymatch-types

Read More
Why can't the compiler chain conversions?...


scalatype-conversionimplicitscala-3given

Read More
Shapeless3 and annotations...


scalatypeclassimplicitshapelessscala-3

Read More
Tuples in Scala 3 Compiler Operations for Typeclass Derivation...


scalametaprogrammingtypeclassscala-3generic-derivation

Read More
How to prove that `Tuple.Map[H *: T, F] =:= (F[H] *: Tuple.Map[T, F])` in Scala 3...


scalascala-3type-level-computationdottymatch-types

Read More
Scala 3. Implementing Dependent Function Type...


scalatypespattern-matchingscala-3path-dependent-type

Read More
What does the ^ do in scala 3?...


scalaxorscala-3

Read More
Why does a self annotated trait is not assignable to the type of self?...


scalascala-3

Read More
Scala 3 constructor inheritance with macros...


scalascala-macrosscala-3

Read More
scala : Type inference on a class member...


type-inferencescala-3

Read More
Why can't I join threads containing a for loop in Scala 3?...


multithreadingscalascala-3

Read More
Proving that a match type resolves to a specific concrete type...


scalaimplicitscala-3match-types

Read More
Type negation in Scala 3...


scalareflectionimplicitscala-3

Read More
Scala 3 TypeRepr match on higher-kinded type...


scalascala-macrosscala-3

Read More
Define new type whose domain is subset of another type in Scala...


scaladomain-driven-designscala-3

Read More
In Scala 2 or 3, is there a higher kind argument extractor without using match type?...


scalatypeclassscala-3higher-kinded-typesmatch-types

Read More
Are type-projection still unsound in scala3?...


scalapattern-matchingscala-3type-projection

Read More
correct setup for opaque type with underlying Numeric/Ordering instances...


scalatypeclassscala-3opaque-types

Read More
"Deferred inline method `foo` in trait `Foo` cannot be invoked": Pairs...


scalainlineimplicitscala-3given

Read More
BackNext