proposal: go/types: provide types.Satisfies
predicate
#57018
Labels
Milestone
types.Satisfies
predicate
#57018
With the acceptance of #56548, there's a difference between interface implementation and constraint satisfaction; the latter makes an exception with respect to comparability of types (see #56548).
Since we can't add a flag to
types.Implements
(breaks backward compatibility), the proposal is to add a new predicate:cc: @findleyr
The text was updated successfully, but these errors were encountered: