Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shapeless

How to define a function whose output type depends on the input type

scala types shapeless

Converting a tuple of options to an option of tuple with Scalaz or Shapeless

scala scalaz shapeless

Can Map be performed on a Scala HList

scala shapeless hlist

How to append or prepend an element to a tuple in Scala

scala shapeless

What does `T {}` do in Scala

scala shapeless

Using the "Prolog in Scala" to find available type class instances

Use functional combinators on Scala Tuples?

Why is the Aux technique required for type-level computations?

Testing an assertion that something must not compile

Can't prove that singleton types are singleton types while generating type class instance

Can someone explain to me what the Shapeless library is for? [closed]

scala shapeless

Any reason why scala does not explicitly support dependent types?

Are HLists nothing more than a convoluted way of writing tuples?

Limits of Nat type in Shapeless

How to use Shapeless in a Quasiquote?