Login
From:
xuwei-k's blog
(Uncensored)
subscribe
Scala 2におけるshapeless.Genericの導出を数える君を作った
https://xuwei-k.hatenablog.com/entry/2025/03/30/164800
links
backlinks
Tagged with:
scala
sbt
shapeless
compiler-plugin
Roast topics
Find topics
Find it!
https://github.com/xuwei-k/shapeless-generic-counter shapeless.Generic というのは、case classなどをHListなどと相互変換し、それによってgeneric programmingを実現するためのするためのものです。 結構昔に作られて以来、色々なライブラリの裏側で使われていますし、直接使ってgeneric programmingする例や解説もあります。さて、