Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shapeless

Benefit of Coproduct over `sealed trait`?

scala shapeless

Recursive transformation between nested case classes where the fields in the target are unaligned subsets of the source class

scala - generic unzip for HList

scala shapeless hlist

Pattern matching on a simple Shapeless HLIST

scala shapeless

Is ambiguous implicit value the only way we want to make the error existed in compilation time

scala type-safety shapeless

Shapeless: IsHCons, implicit not found

scala shapeless

Add list of tuples of integers in Scala

scala shapeless

How to invoke function of multiple arguments with HList?

scala shapeless

Generic Adder from Idris to Scala?

scala shapeless idris

Scala case class arguments instantiation from array

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