shapeless icon indicating copy to clipboard operation
shapeless copied to clipboard

Generalize Mapped/Comapped/NatTRel to arbitrary products.

Open milessabin opened this issue 10 years ago • 1 comments

milessabin avatar Jun 26 '14 07:06 milessabin

Hi Miles! What do you mean by "arbitrary products"? We tried to use Mapped/Comapped for a trait Foo[A, B] with one of the type parameter fixed, but the compiler does not seems to like it. @kanterov did a Comapped2 to work around the issue (see discussion here https://github.com/adelbertc/frameless/pull/18/files#r55936327), I was wondering if this is what this issue is about.

OlivierBlanvillain avatar Mar 15 '16 09:03 OlivierBlanvillain

Shapeless 3 is here: https://github.com/typelevel/shapeless-3

joroKr21 avatar Sep 12 '22 20:09 joroKr21