Skip to content

What kind of typeclass coherence should we support? #4234

Closed
@odersky

Description

@odersky

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?)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions