Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shapeless

Convert a Seq[String] to a case class in a typesafe way

scala scalaz shapeless

Why does this code typecheck in Scala 2.11 and what can I do about it?

Scala using shapeless to combine higher kinded coproducts over a natural transformation

How can I write a recursive polymorphic function with Shapeless

scala shapeless

Could not find implicit value for parameter lgen: shapeless.LabelledGeneric.Aux

How to automatically generate a function to match a sealed case class family with implicit instances?

how to use shapeless to detect field type annotation

scala shapeless

Shapeless: Inversion of filterNot on an HList

scala shapeless scodec

Pulling out shapeless polymorphic functions that have dependencies

scala shapeless

Is there a way to ensure a type is Serializable at compile time

scala shapeless

How to splitAt a scala list using shapeless

scala shapeless

List with type constraints on consecutive elements

scala shapeless

Why does mapping over an HList of Option[T] not work?

scala mapping shapeless hlist

How to transform an HList to another HList with foldRight/foldLeft

scala shapeless

Can I solve it with Shapeless?

scala shapeless

shapeless convert case class to HList and skip all option fields

scala shapeless

How does HList.foldRight look for implicits when used in the implementation of a type class?

How to use HList to validate input?

scala shapeless

How to avoid losing type information

scala shapeless

Transitive LUB?

scala shapeless