Closed
Description
Example:
package p
type Eq[a Eq[a]] interface {
Equal(that a) bool
}
produces
:2:13: Eq is not a generic type
Should this be permitted?
cc: @ianlancetaylor
Example:
package p
type Eq[a Eq[a]] interface {
Equal(that a) bool
}
produces
:2:13: Eq is not a generic type
Should this be permitted?
cc: @ianlancetaylor