Skip to content
New issue

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

asserta/1: no 7.6.2 term-to-body conversion #2811

Open
UWN opened this issue Feb 3, 2025 · 0 comments
Open

asserta/1: no 7.6.2 term-to-body conversion #2811

UWN opened this issue Feb 3, 2025 · 0 comments

Comments

@UWN
Copy link

UWN commented Feb 3, 2025

?- asserta((f(X) :- X,X)).
   true.
?- clause(f(X),Body).
   Body = (X,X), unexpected.
   Body = (call(X),call(X)). % expected, but not found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant