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

Capture and play voice with Asterisk ARI -

c++ - Can not find the "fiostream.h" file -