25 lines
456 B
Plaintext
Vendored
25 lines
456 B
Plaintext
Vendored
VARIABLES T P
|
|
|
|
T <: Int
|
|
P := My<T>
|
|
|
|
type parameter bounds:
|
|
T <: Int
|
|
P := My<T>*
|
|
|
|
status:
|
|
-hasCannotCaptureTypesError: false
|
|
-hasConflictingConstraints: false
|
|
-hasContradiction: false
|
|
-hasErrorInConstrainingTypes: false
|
|
-hasParameterConstraintError: false
|
|
-hasTypeInferenceIncorporationError: true
|
|
-hasTypeParameterWithUnsatisfiedOnlyInputTypesError: false
|
|
-hasUnknownParameters: true
|
|
-hasViolatedUpperBound: false
|
|
-isSuccessful: false
|
|
|
|
result:
|
|
T=Int
|
|
P=???
|