Closed
Description
Scala does not have a global coherence requirement for its implicits.
#2046 contains a discussion whether this should be changed and section 9 of #4153 contains another proposal to have local, instead of global coherence.
We should arrive at a decision what we want to do:
- no coherence (status quo)
- local coherence
- global coherence, unchecked
- global coherence, checked (but how?)