-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Milestone
Description
I tried the current definition of nth0/3
with Scryer Prolog, and get for example:
?- nth0(N, "abc", E). N = 0, E = a.
Expected:
?- nth0(N, "abc", E). N = 0, E = a ; N = 1, E = b ; N = 2, E = c ; false.
ichiban
Metadata
Metadata
Assignees
Labels
No labels