Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shapeless

Usage of enclosing generic type parameters in nested polymorphic values

scala shapeless

When are dependent types needed in Shapeless?

shapeless port to scala-js: create artifact with few external dependencies

scala sbt shapeless scala.js

Scala shapeless zip issue

scala shapeless

Shapeless StringLike trait with minimal boilerplate

scala shapeless

Again on mapping over HLists

scala shapeless

Collecting data from nested case classes using Generic

scala shapeless

Clean up signatures with long implicit parameter lists

Checking for subtype relationship between extensible records in shapeless

scala shapeless

Scala: Shapeless Generic with universal traits

scala traits shapeless

how to create an HList of Lenses from an HList

scala shapeless

Map a homogenous HList of one type into a hetergenous HList of different types

scala shapeless

When using HList with GADTs I am having to cast using asInstanceOf[H]. Is there a way to avoid the cast?

scala shapeless

In Shapeless, can I supply an instance of `LabelledGeneric` for non case classes that will enable automatic derivation of typeclass instances?

Extend NaturalTransformation of Coproducts