From 3e3b3596b4e0d720c68a2d3a3538055dae41a694 Mon Sep 17 00:00:00 2001 From: Amir Saeid Date: Sun, 15 Feb 2026 17:25:19 +0000 Subject: Convert from Jekyll --- content/post/2018-09-11-shapeless.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 content/post/2018-09-11-shapeless.md (limited to 'content/post/2018-09-11-shapeless.md') 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._ +``` -- cgit v1.2.3