I'm trying to use ```@product data class VelocityL...
# arrow
g
I'm trying to use
Copy code
@product
data class VelocityLabel(val label: String, val velocity: Double){
    companion object
}
and I'm getting unresolved reference generic in a few of the generated methods; e.g.
arrow.generic.HList2