You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks to me like this is just syntactic sugar for
A(u) :- R(u, v), u == v.
Maybe the compiler should accept this and make this transformation in the front-end.
Is this illegal?
It looks to me like this is just syntactic sugar for
Maybe the compiler should accept this and make this transformation in the front-end.
The text was updated successfully, but these errors were encountered: