Search code examples
How to use shapeless to convert generic Map[String, Any] to case class inside generic function?...


scalareflectiongeneric-programmingshapeless

Read More
When using shapeless.Generic, how to avoid the error 'super constructor cannot be passed a self ...


scalaimplicitshapeless

Read More
How do I append an element to a KList?...


scalagenericstypesfunctional-programmingshapeless

Read More
Extracting type tag with Witness...


scalageneric-programmingshapelesstype-level-computationjvm-bytecode

Read More
Shapeless type inference for HList does not work...


scalafunctional-programminggeneric-programmingshapelesstype-level-computation

Read More
Why isn't dependent type inffered by the compiler?...


scalafunctional-programmingshapelessdependent-typetype-level-computation

Read More
Transform a HList of Eithers to an Either of a HList...


scalashapeless

Read More
Trying to keep types unwrapped when using refined...


scalashapelessrefined

Read More
Implementing functor map for class-tagged arguments only...


scalafunctional-programmingfunctorshapelessscala-cats

Read More
Coproducts in shapeless does not compile...


scalafunctional-programmingshapelesscoproduct

Read More
Cannot convert HList to tuple after Shapeless FoldRight...


scalashapelessscala-cats

Read More
Getting name of parameterized class in scala using shapeless...


scalagenericsshapeless

Read More
Is there a good way to merge two n-tuples?...


scalatuplesshapelesspack

Read More
Is there a way to retrieve Nat position of a specific element from Shapeless HList?...


scalashapeless

Read More
Shapeless HList fill based on length of type...


scalaimplicitshapelesshlist

Read More
How to create Shapeless HMap from from var arg list...


scalashapeless

Read More
How to convert generic potentially nested map Map[String, Any] to case class using any library in Sc...


scalareflectiongeneric-programmingshapeless

Read More
Shapless coproduct sub-typing...


scalashapeless

Read More
Pattern matching on scala Refined size...


scalashapelessscala-macrosplay-jsonrefined

Read More
Use functional combinators on Scala Tuples?...


scaladictionarytuplesshapeless

Read More
Parameterized folding on a shapeless HList...


scalaimplicitshapelesshlist

Read More
Unzip a query of tuple in Slick+shapeless...


scalaslickshapeless

Read More
Scala Enumeration to HList with shapeless...


scalaenumsshapelessscala-macroshlist

Read More
Is it possible to have a variable type list in Scala?...


scalagenericsshapelesssingleton-type

Read More
How to convert between to case classes with `mostly the same` fields using Scala Shapeless...


scalagenericsshapelesshlist

Read More
Class vs Type annotations with Shapeless...


scalashapelessscala-macros

Read More
How to implicitly figure out the type at the head of a shapeless HList...


scalagenericsshapeless

Read More
Dynamically populate some attributes for a set of case classes...


scalapattern-matchingshapeless

Read More
Type-level constraint on HList, extract function domain...


scalashapeless

Read More
How to derive a shapeless op which acts on an HList of a specific subtype...


scalashapeless

Read More
BackNext