Search code examples
Prolog why the following term doesn't unify?...

prolog

Read More
Stack overflow in Prolog DCG grammar rule: how to handle large lists efficiently or lazily...

prologswi-prologdcg

Read More
Deterministically finding last element of a list in Prolog...

prolog

Read More
What's wrong with Prolog's append?...

prologappend

Read More
All substring with 'a' character at the end...

prologsubstring

Read More
(SWI)Prolog: Order of sub-goals...

prolog

Read More
Commutativity of Cut Operator in Prolog...

prologprolog-cut

Read More
Enumerate inorder in Prolog...

prologbinary-search-treedcgfailure-slice

Read More
Prolog return a list which contains only elements which are equal to head of the list...

prolog

Read More
Prolog delete an element into a given list...

prolog

Read More
Prolog member/2 predicate...

listprologmember

Read More
Prolog - remove the non unique elements...

prolog

Read More
Prolog DCG: Match different symbols on a chain...

recursionprologdcgleft-recursionfailure-slice

Read More
How to change the order in which variables are printed in prolog?...

prologprolog-toplevel

Read More
Extra Outputs when using _...

prolog

Read More
prolog list insert at any position...

listinsertprologfailure-slice

Read More
Prolog, about how to form better clauses...

prologprolog-difprolog-cutlogical-purity

Read More
How to implement a not_all_equal/1 predicate...

listprologpredicateprolog-diflogical-purity

Read More
Why does Prolog predicate member/2 print an extra whitespace in output?...

prologprolog-toplevel

Read More
Prolog: Checking if the first and last character of a string are left and right squiggly brackets(&#...

stringprologequality

Read More
Inserting a cut in Prolog to make a relation clause bound but bidirectional...

prologprolog-cut

Read More
Prolog Implementation of Mergersort won't halt...

prologinfinite-loopmergesortfailure-slice

Read More
Prolog, how to limit "generate and test" when generating an infinite sequence...

prolog

Read More
Why doesn't this clpfd query terminate until I add a redundant constraint?...

prologclpfd

Read More
Prolog, understanding append/3...

prologappend

Read More
Understanding Prolog Lists...

prologlist

Read More
Equivalence of disjunction operator and definition with several rules...

prologiso-prolog

Read More
Remove duplicate from a list but not returning two same results in SWI-Prolog?...

listprologduplicates

Read More
Why do i get a stack limit exceeded error when defining a predicate that convert the relation of two...

prologtransitive-closurefailure-slicenon-termination

Read More
Why do some DCG test cases use assertion( Rest == [])?...

prologdcg

Read More
BackNext