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
There are two different objectives. One is that the output should be nice and consistent. That is desirable. But then there is a more fundamental issue: Sometimes the output is just incorrect. That is, the output cannot be used to (partially) reconstruct the original term. Here is such an example:
On Thu, 13 July 2023, 21:24 UWN, ***@***.***> wrote:
There are two different objectives. One is that the output should be nice
and consistent. That is desirable. But then there is a more fundamental
issue: Sometimes the output is just incorrect. That is, the output cannot
be used to (partially) reconstruct the original term. Here is such an
example:
?- write_term_to_chars([[_|_]|_],[max_depth(1)],Chs).
Chs = "[[...|[ ...]]|_2]", unexpected
?- write_term([[_|_]|_],[max_depth(1)]).
[[...|[ ...]]|_2] true.
—
Reply to this email directly, view it on GitHub
<#261>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNKSEUNKXPTZXLKXMOZW7LXP7LHBANCNFSM6AAAAAA2IZOEVY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
There are two different objectives. One is that the output should be nice and consistent. That is desirable. But then there is a more fundamental issue: Sometimes the output is just incorrect. That is, the output cannot be used to (partially) reconstruct the original term. Here is such an example:
The text was updated successfully, but these errors were encountered: