Did you know ...
Search Documentation:
Predicate get_returns_and_dls/3
HOME
DOWNLOAD
SWI-Prolog
Sources/building
Docker images
Add-ons
Browse GIT
DOCUMENTATION
Manual
Packages
FAQ
Command line
PlDoc
Bluffers
▶
Prolog syntax
PceEmacs
HTML generation
License
Publications
Rev 7 Extensions
TUTORIALS
Beginner
▶
Getting started
Learn Prolog Now!
Simply Logical
Debugger
Development tools
Advanced
▶
Modules
Grammars (DCGs)
clp(fd)
Printing messages
PlDoc
Web applications
▶
Web applications
Let's Encrypt!
Pengines
Semantic web
▶
ClioPatria
RDF namespaces
Graphics
▶
XPCE
GUI options
Machine learning
▶
Probabilistic Logic Programming
External collections
▶
Meta level tutorials
For packagers
▶
Linux packages
COMMUNITY
IRC
Forum & mailing list
Blog
News
Report a bug
Submit a patch
Submit an add-on
Roadmap (on GitHub)
External links
Contributing
Code of Conduct
Contributors
SWI-Prolog items
COMMERCIAL
WIKI
Login
View changes
Sandbox
Wiki help
All tags
Documentation
Reference manual
The SWI-Prolog library
library(tables): XSB interface to tables
tnot/1
tfindall/3
set_pil_on/0
set_pil_off/0
get_call/3
get_calls/3
get_returns/2
get_returns/3
get_returns_and_tvs/3
get_returns_and_dls/3
get_residual/2
get_returns_for_call/2
abolish_table_pred/1
abolish_table_call/1
abolish_table_call/2
abolish_table_subgoals/2
Packages
Availability:
:- use_module(
library(tables)
).
(can be autoloaded)
[nondet]
get_returns_and_dls
(
+AnswerTrie, -Return, :DelayLists
)
True when
Return
appears in
AnswerTrie
with the given
DelayLists
.
DelayLists
is a list of lists, where the inner lists expresses a conjunctive condition and and outer list a disjunction.