Top "Hlist" questions

HList, which stands for "heterogenous lists", is a data-structure for a list of elements of different but known at compile time types.

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

I am really interested in finding out where the differences are, and more generally, to identify canonical use cases where …

scala types tuples hlist shapeless