Search code examples
In Scala 3 with DOT calculus, is `this.type` a path-dependent type? What makes it special?...


scaladependent-typescala-3path-dependent-typedotty

Read More
What exactly is Dotty?...


scalaterminologyscala-3dotty

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


scaladependent-typetype-systemsscala-3dotty

Read More
Scala3 type matching with multiple types...


scalascala-3dottymatch-types

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
In scala 2 or 3, is it possible to debug implicit resolution process in runtime?...


scalaimplicitscala-reflectscalametadotty

Read More
How to write curried polymorphic function & its higher kind in Scala 3?...


scalascala-3higher-kinded-typesdottypolymorphic-functions

Read More
Finding lambda captured values (or their classes) in Scala 3...


scalalambdaclosuresscala-3dotty

Read More
circe doesn't see field when it contains an array...


jsonscalacircescala-3dotty

Read More
Printing MirroredElemTypes in Scala 3...


scalascala-macrosscala-3dottygeneric-derivation

Read More
How to access parameter list of case class in a dotty macro...


scalareflectionmetaprogrammingscala-macrosdotty

Read More
Pattern matching against union type can't remove cases from consideration...


scalapattern-matchingunion-typesscala-3dotty

Read More
2 Extension Methods with the same name in different classes do not work in Scala 3?...


scalaextension-methodsdottyscala-3

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
How to get match type to work correctly in Scala 3...


scalascala-3singleton-typedottymatch-types

Read More
Scala3 macro summon typeclass instance of a TypeTree (no type arg)...


scalascala-macrosscala-3dottygeneric-derivation

Read More
How to implement the SKI combinator calculus with match types?...


scalapattern-matchingscala-3dottymatch-types

Read More
How Assigning TupleN value to *: type variable works in Scala 3?...


scalascala-3hlistdottysingleton-type

Read More
Scala3 extensions for basic types and overriding ==...


scalaextension-methodsequalsscala-3dotty

Read More
Can't use flatMap as an extension method on a self-written instance of a monad...


scalascala-catsdottyscala-3

Read More
Scala 3 - Extract Tuple of wrappers and InverseMap on First Order Type...


scalatuplesdottyscala-3

Read More
Structural types in Dotty/Scala 3 compiled failed?...


scalastructural-typingdottyscala-3

Read More
Syntax for named given/using objects in Scala 3 (Dotty)...


scalaimplicitdottyscala-3

Read More
How to declare and pass arguments to implicit parameters in Scala 3?...


scalaimplicitdottyscala-3

Read More
Scala 3 Tasty Reflection Macro: CyclicReference...


scalascala-macrosdottyscala-3

Read More
scala3 extension method type parameter...


scalaextension-methodsdottyscala-3

Read More
Accessing nested type parameters in Dotty Scala...


scalaclassmonadstypeclassdotty

Read More
Intersection types with Covariance...


scalagenericsdottyscala-3

Read More
Invariant default type for enums in Scala 3...


scalaenumsgadtdottyscala-3

Read More
BackNext