We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have a following Prolog file
man(socrates). man(adam). woman(alice). mortal(X):- man(X). mortal(X):- woman(X). /* ?- mortal(alice). */
Ediprolog responds with
/* ?- mortal(alice). %@ false. */
But when I run the file with scryer it recognized that Alice is also mortal.
I tried to run ediprolog-remove-interactions but it didn't change the answer.
ediprolog-remove-interactions
The text was updated successfully, but these errors were encountered:
Could you please post the content of the buffer *ediprolog-history*? Thank you a lot!
*ediprolog-history*
Sorry, something went wrong.
No branches or pull requests
I have a following Prolog file
Ediprolog responds with
But when I run the file with scryer it recognized that Alice is also mortal.
I tried to run
ediprolog-remove-interactions
but it didn't change the answer.The text was updated successfully, but these errors were encountered: