forked from JavaTX/JavaCompilerCore
13 lines
231 B
Plaintext
13 lines
231 B
Plaintext
type(t1, cjava_DOT_util_DOT_Vector, 1).
|
|
param(t1, t2, 1).
|
|
type(t2, cjava_DOT_util_DOT_Vector, 1).
|
|
param(t2, b, 1).
|
|
typeVar(b).
|
|
type(t3, cjava_DOT_util_DOT_Vector, 1).
|
|
param(t3, a, 1).
|
|
typeVar(a).
|
|
|
|
unify(p, t1, t3).
|
|
|
|
#show unify/3.
|