--- date: '2018-09-11T00:00:00Z' draft: true tags: - shapeless - scala title: Shapeless --- [Shapeless](https://github.com/milessabin/shapeless) ```scala import shapeless._ import shapeless.ops.hlist.{LiftAll, Mapper, Mapped} import shapeless.UnaryTCConstraint._ ```