Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shapeless

How do I best construct a shapeless record with a default value?

scala shapeless

how shapeless poly1 can be used in map function

scala shapeless

How to encode Json when HList parameter is HNil?

scala shapeless circe

Given a HList how do you get a HMap

scala shapeless hlist

How to implement an heterogeneous container in Scala

Heterogeneous Lists in Scala; using map function

immutable data structure in Scala

Shapeless: flatMap over tuple fails to compile

scala shapeless

Get field key as Coproduct

scala shapeless

Deterimine concrete type without explicit matching

Unwrap/strip Shapeless Coproduct objects

scala shapeless

Recursively transform elements in shapeless records based on type

scala shapeless

Typeclass Containing Element in HList?

scala shapeless

Why doesn't shapeless.Nat have a method to access its value at runtime?

scala shapeless

How to concatenate function arguments and return values using shapeless

scala shapeless hlist

GADT Type as Shapeless Coproduct -- how to build an Interpreter with an arbitrary number of Algebras

scala shapeless gadt coproduct