List Question
20 TechQA 2023-10-10T12:05:36.320000Software Transactional Memory in Scala
46 views
Asked by Karl S.
In Scala 3 (dotty) or Scala 2, how to make dependent types transitive?
96 views
Asked by tribbloid
How to use macros in the Scala console?
122 views
Asked by Pedro Sobota
Scala3 type matching with multiple types
244 views
Asked by Kieran
In Scala 3 with DOT calculus, is `this.type` a path-dependent type? What makes it special?
253 views
Asked by tribbloid
How to prove that `Tuple.Map[H *: T, F] =:= (F[H] *: Tuple.Map[T, F])` in Scala 3
137 views
Asked by Grisu47
In Scala 3, what's the canonical method for pattern match that uses an erased type?
223 views
Asked by tribbloid
How to write curried polymorphic function & its higher kind in Scala 3?
162 views
Asked by tribbloid
In Scala 3, how to replace General Type Projection that has been dropped?
421 views
Asked by Grégory Weinbach
How to abstract over higher-kind with F-bounded polymorphism in Scala3? The same definition works in Scala2
123 views
Asked by tribbloid
In scala3/dotty. Why is it impossible to mix in a type definition with constraint?
76 views
Asked by tribbloid
Finding lambda captured values (or their classes) in Scala 3
154 views
Asked by Andrew
circe doesn't see field when it contains an array
912 views
Asked by TomPoczos
Pattern matching against union type can't remove cases from consideration
207 views
Asked by Silvio Mayolo
What is Scala 3 equivalent to this Scala 2 code that uses Enumeration and play-json?
341 views
Asked by gknauth
Context bound on trait
78 views
Asked by Stephane Bersier
How Assigning TupleN value to *: type variable works in Scala 3?
112 views
Asked by Lin Lee
Scala3 extensions for basic types and overriding ==
569 views
Asked by aldudalski
How to implement types like MapK in Scala 3 / Dotty?
480 views
Asked by Nikita
Can't use flatMap as an extension method on a self-written instance of a monad
540 views
Asked by Awethon