Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shapeless

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

Shapeless: batch update using Record

scala shapeless case-class

HList filtered by foldRight is not providing instances

scala shapeless hlist

Shapeless HList polymorphic map with an argument

scala shapeless implicits