Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in hlist

Haskell: HList and optional parameters

haskell hlist

Mapping over a heterogenous data structure with a generic function

haskell hlist

Why does mapping over an HList of Option[T] not work?

scala mapping shapeless hlist

Constrained heterogeneous list

Is it possible to remove OverlappingInstances for this DataKinds-backed heterogeneous list implementation?

haskell hlist

Fold over a heterogeneous, compile time, list

Map the types of a shapeless HList

scala types shapeless hlist

Shapeless: Trying to restrict HList elements by their type

Shapeless: Checking Type Constraints of Polymorphic functions

scala shapeless hlist

Heterogeneous arguments in a Scala function

mapping over HList inside a function

Find type class instances for Shapeless HList

scala shapeless hlist

Evidence-preserving LUB constraint for HList

scala shapeless hlist

Using Slick with shapeless HList

scala slick shapeless hlist

How to shapeless case classes with attributes and typeclasses?

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

scala tuples shapeless hlist

Creating an HList of all pairs from two HLists

scala shapeless hlist

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