You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 29, 2020. It is now read-only.
Currently typeclass resolution just asks for
allImplicits
and then chooses the first successful one. That could result in inefficient code.val
s overdef
s or complex expressions.val
s with the shortest prefix.val
s that are local to the method.The text was updated successfully, but these errors were encountered: