Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in shapeless

Issue resolving arity of function args to drive list processing, using Shapeless

scala shapeless

Using Slick with shapeless HList

scala slick shapeless hlist

Scala Shapeless Code for Project Euler #1

Shapeless: generic lens parameterized by case class or field

scala scalaz shapeless lenses

Safely copying fields between case classes of different types

Update case class from incomplete JSON with Argonaut or Circe

Shapeless: map from coproduct to different coproduct

scala unions shapeless

How to shapeless case classes with attributes and typeclasses?

Mapping over Shapeless record

scala record shapeless

How to get the name of a case class field as a string/symbol at compile time using shapeless?

scala shapeless

Explain the `LowPriorityImplicits` pattern used in Scala type-level programming

Type casting using type parameter

scala reflection shapeless

shapeless HList to TupleN where the tuple shape need not exactly match the HList shape

scala tuples shapeless hlist

Proving associativity of natural number addition using Scala shapeless

How to represent a partial update on case classe in Scala ?

scala case-class shapeless

Scala Function.tupled and Function.untupled equivalent for variable arity, or, calling variable arity function with tuple

scala types shapeless

Creating an HList of all pairs from two HLists

scala shapeless hlist

What is "at" in shapeless (scala)?

scala shapeless

Extractor for a shapeless HList that mimics parser concatenation `~`