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
hehe, I also completely forgot about it. Just that once in a while I have to assist a Prolog course, I think I just added the used operators explicitly to the syntax. Cheers!
Good work, only found that predicates consisting of [.-:=] characters can break the syntax a bit.
:- op( 220, xfy, .. ).
:- op( 220, xfy, .==. ).
:- A = a..b.
The text was updated successfully, but these errors were encountered: