diff options
| author | Amir Saeid <amir@glgdgt.com> | 2026-02-15 17:25:19 +0000 |
|---|---|---|
| committer | Amir Saeid <amir@glgdgt.com> | 2026-02-15 17:25:19 +0000 |
| commit | 3e3b3596b4e0d720c68a2d3a3538055dae41a694 (patch) | |
| tree | 8eac8ab367f70dcc5078c7f88060cc14f99d6123 /content/post/2018-09-11-shapeless.md | |
| parent | 2afe4ebe08385533c400467bdb280b7d5fbec1c7 (diff) | |
Convert from Jekyll
Diffstat (limited to 'content/post/2018-09-11-shapeless.md')
| -rw-r--r-- | content/post/2018-09-11-shapeless.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/content/post/2018-09-11-shapeless.md b/content/post/2018-09-11-shapeless.md new file mode 100644 index 0000000..f56210d --- /dev/null +++ b/content/post/2018-09-11-shapeless.md @@ -0,0 +1,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._ +``` |
