Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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 `~`

Pattern matching with shapeless coproduct

Refined and existential types for runtime values

What are the important features of the shapeless API (in Scala), and what do they do?

scala shapeless

Different types in Map Scala

scala generics shapeless

Sequencing an HList

scala shapeless

Converting nested case classes to nested Maps using Shapeless

scala shapeless

Passing a Shapeless Extensible Record to a Function

scala shapeless

Understanding the Aux pattern in Scala Type System

scala shapeless

Extract label values from a LabelledGeneric instance

Getting subclasses of a sealed trait