delete/3
| Newsgroups | gmane.comp.gnu.prolog.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi! There is mistake in definition of predicate delete/3: | ?- delete(L, 1, [1,2,3]). L = [1,2,3] ? yes | ?- delete([1,2,3], 1, [1,2,3]). no Adrianna
| Newsgroups | gmane.comp.gnu.prolog.bugs |
|---|---|
| Message-ID | <[email protected]> |
Hi! There is mistake in definition of predicate delete/3: | ?- delete(L, 1, [1,2,3]). L = [1,2,3] ? yes | ?- delete([1,2,3], 1, [1,2,3]). no Adrianna