score:1

you are supposed to use symbol ('id) here rather than string ("id").

creating symbol from string

symbol(fieldname)

is runtime operation and shapeless operates in compile time.

why can't you use symbols?


Related Query

More Query from same tag