I am using Shapeless 2.2.5. I try to convert a tuple to HList using the code below.
import shapeless._ import syntax.std.product._ (23, \"foo\", 2.0, true
It should be import syntax.std.tuple._ rather than import syntax.std.product._.
import syntax.std.tuple._
import syntax.std.product._