summaryrefslogtreecommitdiff
path: root/content/post/2018-09-11-shapeless.md
blob: f56210dd02896e2a623d6885799a5dfa3fd94f9d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
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._
```