summaryrefslogtreecommitdiff
path: root/content/post/2018-09-11-shapeless.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/post/2018-09-11-shapeless.md')
-rw-r--r--content/post/2018-09-11-shapeless.md15
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._
+```