- Documentation
- Reference manual
- Summary
- Library predicates
- library(aggregate)
 - library(apply)
 - library(assoc)
 - library(broadcast)
 - library(charsio)
 - library(check)
 - library(clpb)
 - library(clpfd)
 - library(clpqr)
 - library(csv)
 - library(debug)
 - library(error)
 - library(iostream)
 - library(summaries.d/iostream/tex)
 - library(lists)
 - library(main)
 - library(option)
 - library(optparse)
 - library(ordsets)
 - library(persistency)
 - library(predicate_options)
 - library(prologpack)
 - library(prologxref)
 - library(pairs)
 - library(pio)
 - library(random)
 - library(readutil)
 - library(record)
 - library(registry)
 - library(simplex)
 - library(ugraphs)
 - library(url)
 - library(www_browser)
 - library(solution_sequences)
 - library(thread_pool)
 - library(varnumbers)
 - library(yall)
 
 
 - Library predicates
 
 - Summary
 - Packages
 
 - Reference manual
 
F.2.34 library(solution_sequences)
| distinct/1 | True if Goal is true and no previous solution of Goal bound Witness to the same value. | 
| distinct/2 | True if Goal is true and no previous solution of Goal bound Witness to the same value. | 
| group_by/4 | Group bindings of Template that have the same value for By. | 
| limit/2 | Limit the number of solutions. | 
| offset/2 | Ignore the first Count solutions. | 
| order_by/2 | Order solutions according to Spec. | 
| reduced/1 | Similar to distinct/1, but does not guarantee unique results in return for using a limited amount of memory. | 
| reduced/3 | Similar to distinct/1, but does not guarantee unique results in return for using a limited amount of memory. |