Tagged Questions
3
votes
1answer
370 views
Can Scala's implicits compose to convert higher-kinded types?
Let's say I have a type called LongArrayWritable, that is a boxed representation of an Array of Longs. I have implicit definitions that convert between these types:
implicit def boxLongArray(array: ...