Nested structures playground Nested structures can be modelled in many different ways: using case classes using default collections (Map, Tuple, List, Set) using combinations of above This repo is a playground to explore nested data structures, and transformations in-between. Helping links: Bits of Shapeless part 1: HLists Bits of Shapeless part 2: Generic Derivation The Type Astronaut’s Guide to Shapeless