Dmytro Mitin
Dmytro Mitin
https://stackoverflow.com/questions/69483366/scala-3-collection-partitioning-with-subtypes https://stackoverflow.com/questions/74355212/shapeless3-and-annotations
@note >I took a look at what it would take to migrate macros to Scala 3. > The biggest issue is stumbled upon is lack of equivalent of Evals.eval in...
I ran into this bug in https://stackoverflow.com/questions/76066871/scalac-2-13-compiling-large-auto-generated-scala-file-method-too-large
Fix directories https://stackoverflow.com/questions/58562229/how-to-merge-multiple-imports-in-scala/
`C with B` because `C` can be class
```scala def syFldToStrFld[St (syFld : T) ``` ``` Error: type mismatch; found : T required: Nothing (syWit.value.name) ->> (syFld : T) ```
Implement `summonImplicitView`, type class `ImplicitView`. https://stackoverflow.com/questions/62630439/in-scala-are-there-any-condition-where-implicit-view-wont-be-able-to-propagate/
AUXify-Implicits?
Conflicts with `shapeless.poly`? Rename to `polymorphic`, `polymorph`, `polyFunction`?
Implementation of `@poly` should be similar to `@apply`.