Search code examples
Scala type mismatch error involving generics and refined types...


scalagenericstypesscala-2.13

Read More
how to generate fresh singleton literal type in scala using macros...


scalascala-macrosscala-2.13

Read More
spark mssql connector with scala 2.13 -java.lang.NoSuchMethodError: scala.collection.immutable.Map.$...


sql-serverscalaapache-sparkscala-2.13

Read More
Implement function which output type is depend on input type...


scalatypesshapelesstype-level-computationscala-2.13

Read More
How to define induction on natural numbers in Scala 2.13?...


scalaimplicitdependent-typescala-2.13peano-numbers

Read More
How to perform safe pattern matching on existential types in Scala 2.13?...


scalapattern-matchingtype-safetyexistential-typescala-2.13

Read More
What is the difference between generating Range and NumericRange in Scala...


scalacollectionsrangescala-2.13

Read More
Completely inlining an AnyVal implicit class constructor without -Yopt-inline-heuristics:everything...


scalainlineinliningscala-2.13

Read More
Execute splice() for varargs in macro method in Scala 2.13...


scalascala-macrosscala-2.13scala-2

Read More
How do you run a computation, that may fail, over a list of elements so that it terminates as soon a...


scalascala-2.13

Read More
Implicit conversion of Int* to custom class in function call...


scalaimplicit-conversionscala-2.13

Read More
Spark can't connect to DB with built-in connection providers...


scalaapache-sparkscala-2.13spark3apache-spark-3.0

Read More
In scala 2.13.6+ library, what are the purposes of automatically generated functions with `$extensio...


scalametaprogrammingscala-2.13

Read More
In scala macro, how to retrieve full type information from a WeakTypeTag?...


scalascala-macrosscala-2.13

Read More
Conversion of breakOut - use iterator or view?...


scalacollectionsscala-2.13

Read More
What's the difference between ArrayBuffer.addOne and ArrayBuffer.append?...


scalaappendarraybufferscala-2.13

Read More
Scala 2.13 migration...


scalaplayframeworkscala-2.13

Read More
Scala Macro Type Args Introspection on Case Class...


scalascala-macrosscala-2.13scala-2.12

Read More
In scala macro, how to lift an object and use it in quasiquote at compile time?...


scalamacrosscala-macrosscala-reflectscala-2.13

Read More
In scala, can a function be defined to have pass-by-AST parameter, such that the input AST of a func...


scalaabstract-syntax-treescala-macrosscala-2.13

Read More
Check if two types are equivalent through reflection in scala...


scalascala-2.13

Read More
Why can I use `to` in the first argument of Future.traverse, but not `until`?...


scalascala-2.13

Read More
Error downloading org.scalameta:semanticdb-scalac_2.13.6:4.4.10...


scalascala-2.13scala-metals

Read More
Scala 2 macro type class derivation for `Coder[P <: Product]` ends with error `P does not take pa...


scalatypeclassscala-macrosscala-2.13defmacro

Read More
What is the proper way to convert Iterator to Iterable in Scala 2.13?...


scalaiteratorscala-2.13

Read More
How to convert this SetLike collection from Scala 2.12 to 2.13?...


scalascala-collectionsscala-2.13

Read More
Getting MatchError when using a placeholder for an unused variable...


scalanullpattern-matchingunused-variablesscala-2.13

Read More
Scala compilation issue "forward reference extends over definition of value"...


scalalazy-evaluationscala-2.13

Read More
In scala shapeless, how to use Record.updateWith inside another method?...


scalatypeclassshapelessscala-2.13recordtype

Read More
Scala: Alternative for deprecated set difference...


scalasetscala-2.13

Read More
BackNext