Closed lordpretzel closed 7 years ago
if relations have a non-integer datatype then we have problems with casting:
Q(X) :- R(X,Y). D(X) :- R(Y,X). WHYNOT(Q(1)). USERDOMAIN OF R.A IS D. USERDOMAIN OF R.B IS D.
Resolved
if relations have a non-integer datatype then we have problems with casting: