Places
Home
Graphs
Prefixes
Admin
Users
Settings
Plugins
Statistics
Repository
Load local file
Load from HTTP
Load from library
Remove triples
Clear repository
RDF quality heuristics
Query
YASGUI SPARQL Editor
Simple Form
SWISH Prolog shell
Help
Documentation
Tutorial
Roadmap
HTTP Services
Login
A.45 library(tables): XSB interface to tables
All
Application
Manual
Name
Summary
Help
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_calls
(
:CallTerm, -Trie, -Return
)
True when
Trie
is an answer trie for a variant that unifies with
CallTerm
and Skeleton is the answer skeleton. See
get_call/3
for details.
ClioPatria
(version
V3.1.1-40-g9d9e003
)