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 -

java - Why database contraints in HSQLDB are only checked during a commit when using transactions in Hibernate? -

visual studio - Installing Packages through Nuget - "Central Directory corrupt" -