24 lines
502 B
Plaintext
Vendored
24 lines
502 B
Plaintext
Vendored
VARIABLES T P
|
|
|
|
EQUAL T Int
|
|
EQUAL P Producer<T?>
|
|
|
|
type parameter bounds:
|
|
T := Int, >: Int, <: Int?
|
|
P := Producer<T?>*, := Producer<Int?>, >: Producer<Int?>, <: Producer<Int?>
|
|
|
|
status:
|
|
-hasCannotCaptureTypesError: false
|
|
-hasConflictingConstraints: false
|
|
-hasContradiction: false
|
|
-hasErrorInConstrainingTypes: false
|
|
-hasTypeConstructorMismatch: false
|
|
-hasTypeInferenceIncorporationError: false
|
|
-hasUnknownParameters: false
|
|
-hasViolatedUpperBound: false
|
|
-isSuccessful: true
|
|
|
|
result:
|
|
T=Int
|
|
P=Producer<Int?>
|