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
Abstract given were introduced in #10538 . But these seem useless, as one can always define an abstract field and use a given alias:
deford:Ord[T]
givenOrd[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