forked from JavaTX/JavaCompilerCore
9 lines
316 B
Plaintext
9 lines
316 B
Plaintext
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Regel 5
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
greaterGen(pointer(smallerDot(Theta,A)), Theta) :- smallerDot(Theta, A), not wildcard(Theta), not typeVar(Theta), typeVar(A) .
|
|
equals(A, pointer(smallerDot(Theta,A))) :- smallerDot(Theta, A), not wildcard(Theta) , not typeVar(Theta), typeVar(A) .
|
|
|
|
|