Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shapeless

Convert a List[String] to a case class using Shapeless

scala scalaz shapeless

Deriving circe Codec for a sealed case class family where base trait has a (sealed) type member

json scala shapeless circe

Map Shapeless hlist type F[T1] :: ... :: F[Tn] :: HNil to the type T1 :: ... :: Tn :: HNil (type level sequencing)

How to get evidence that each type element in Shapeless HList belongs to a typeclass

scala shapeless

Missing Sized.unapply

scala shapeless

Pass a type parameter to be used as argument LabelledGeneric

Getting elements from an HList

scala shapeless

how to show the type of a HList in scala shapeless

scala shapeless

Understanding `apply` and `unapply` with Singleton Type

scala shapeless

How to generically extract field names with Shapeless?

scala shapeless

Dynamically create extensible record in shapeless 2.0

scala shapeless

How to convert a generic HList to a List

scala shapeless

Find type class instances for Shapeless HList

scala shapeless hlist

Pick out the Nth element of a HList of Lists and return that value as a HList of values

scala shapeless

Method that returns List of size n in Shapeless

scala scala-2.10 shapeless

In shapeless, have two lists such that one contains typeclasses of the other

scala shapeless

Using shapeless to convert tuple of Future to Future of tuple by way of HList

scala shapeless

How in shapeless do you say that a proof is the empty type (i.e. false)

scala shapeless