-
Notifications
You must be signed in to change notification settings - Fork 13
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
dif/2 with different open variables #481
Comments
So copy_term/3 sees this unexpected dangeling constraint, but the top level loops denies its existence... |
I guess related to #443
…On Sun, Jan 28, 2024 at 6:27 AM UWN ***@***.***> wrote:
?- {N,Constrs} +\ ( til(L),nth1(N,L,G), call_residue_vars(G,Vs), copy_term(Vs,_,Constrs) ).
N = 1, Constrs = [dif:dif(_A/(_A/(_A/_/_A/[])/_A/[])/_A/[],_A/(_A/(_A/_/_A/[])/_A/[])/_A)], unexpected
; N = 2, Constrs = []
; false.
So copy_term/3 sees this unexpected dangeling constraint, but the top
level loops denies its existence...
—
Reply to this email directly, view it on GitHub
<#481 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNKSEWLESBBLYWVH5K6WETYQVPLTAVCNFSM6AAAAABCNTCPEGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMJTGMZDMOBVGM>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Now:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: