Closed
Description
Abstract given were introduced in #10538 . But these seem useless, as one can always define an abstract field and use a given alias:
def ord: Ord[T]
given Ord[T] = ord
Would it be possible to drop this feature, as it forces us to add an uncanny with
to givens even when no structural part is needed lampepfl/dotty-feature-requests#156
Metadata
Metadata
Assignees
Labels
No labels