scala - Diverging implicit expansion for Ordered with Product -


why following causing "diverging implicit expansion":

trait suit extends ordered[suit]  implicitly[ordering[suit]]     // ok implicitly[ordering[product]]  // none found  implicitly[ordering[suit product]] // diverges !? 

(is related si-8541?)


Comments

Popular posts from this blog

ruby - Trying to change last to "x"s to 23 -

jquery - Clone last and append item to closest class -

c - Unrecognised emulation mode: elf_i386 on MinGW32 -