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

Writing error #1901

Closed
UWN opened this issue Jul 22, 2023 · 1 comment
Closed

Writing error #1901

UWN opened this issue Jul 22, 2023 · 1 comment

Comments

@UWN
Copy link

UWN commented Jul 22, 2023

?- writeq(([a|[] + b])).
[a+b]   true.   % unexpected

(a side effect of testing max_depth/1)

@UWN
Copy link
Author

UWN commented Jul 23, 2023

Now:

?- writeq(([a|[]+b])).
[a|[]+b]   true. % good
?- writeq([a|[b|c]*d]).
[a,b|c*d]   true. % unexpected

mthom added a commit that referenced this issue Jul 23, 2023
@UWN UWN closed this as completed Jul 24, 2023
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