b162a65e85
SUBTYPE T Int -> T <: Int
24 lines
513 B
Plaintext
Vendored
24 lines
513 B
Plaintext
Vendored
VARIABLES T P
|
|
|
|
T <: Int
|
|
P <: Fun<Consumer<T>,Producer<T>>
|
|
|
|
type parameter bounds:
|
|
T <: Int
|
|
P <: Fun<Consumer<T>, Producer<T>>*, <: Fun<Consumer<Int>, Producer<Int>>
|
|
|
|
status:
|
|
-hasCannotCaptureTypesError: false
|
|
-hasConflictingConstraints: false
|
|
-hasContradiction: false
|
|
-hasErrorInConstrainingTypes: false
|
|
-hasParameterConstraintError: false
|
|
-hasTypeInferenceIncorporationError: false
|
|
-hasUnknownParameters: false
|
|
-hasViolatedUpperBound: false
|
|
-isSuccessful: true
|
|
|
|
result:
|
|
T=Int
|
|
P=Fun<Consumer<Int>, Producer<Int>>
|