aggregate.pl -- Aggregation operators on backtrackable predicates![]() | ||
---|---|---|
ansi_term.pl -- Print decorated text to ANSI consoles![]() | ||
apply.pl -- Apply predicates on a list![]() | ||
apply_macros.pl -- Goal expansion rules to avoid meta-calling![]() | ||
arithmetic.pl -- Extensible arithmetic![]() | ||
assoc.pl -- Binary associations![]() | ||
atom.pl -- Operations on atoms![]() | ||
backcomp.pl -- Backward compatibility![]() | ||
base32.pl -- Base32 encoding and decoding![]() | ||
base64.pl -- Base64 encoding and decoding![]() | ||
broadcast.pl -- Event service![]() | ||
charsio.pl -- I/O on Lists of Character Codes![]() | ||
check.pl -- Consistency checking![]() | ||
codesio.pl -- I/O on Lists of Character Codes![]() | ||
coinduction.pl -- Co-Logic Programming![]() | ||
csv.pl -- Process CSV (Comma-Separated Values) data![]() | ||
date.pl -- Process dates and times![]() | ||
debug.pl -- Print debug messages and test assertions![]() | ||
dialect.pl -- Support multiple Prolog dialects![]() | ||
dicts.pl -- Dict utilities![]() | ||
dif.pl -- The dif/2 constraint![]() | ||
edinburgh.pl -- Some traditional Edinburgh predicates![]() | ||
edit.pl -- Editor interface![]() | ||
error.pl![]() | ||
exceptions.pl -- Exception classification![]() | ||
gensym.pl -- Generate unique symbols![]() | ||
git.pl -- Run GIT commands![]() | ||
hashtable.pl -- Hash tables![]() | ||
ht_del/3 | Delete Key-Value from HT. | ![]() |
ht_gen/3 | True when Key-Value is in HT. | ![]() |
ht_get/3 | True when Key is in HT and associated with Value. | ![]() |
ht_is_hashtable/1 | True when HT is a hash table. | ![]() |
ht_keys/2 | True when Keys is an ordered set of all keys in HT. | ![]() |
ht_new/1 | Create a new hash table. | ![]() |
ht_pairs/2 | True when Pairs and HT represent the same association. | ![]() |
ht_put/3 | Add a Key-Value to HT. | ![]() |
ht_put/5 | Add Key-Value to HT. | ![]() |
ht_put_new/3 | As ht_put/3, but fails if Key is already in HT instead of updating the associated value. | ![]() |
ht_size/2 | True when Size is the number of key-value pairs in HT. | ![]() |
ht_update/4 | True when HT holds Key-Old before and Key-New after this call. | ![]() |
heaps.pl -- heaps/priority queues![]() | ||
increval.pl -- Incremental dynamic predicate modification![]() | ||
iostream.pl -- Utilities to deal with streams![]() | ||
lazy_lists.pl -- Lazy list handling![]() | ||
listing.pl -- List programs and pretty print clauses![]() | ||
listing/0 | Lists all predicates defined in the calling module. | ![]() |
listing/1 | List matching clauses. | ![]() |
listing/2 | List matching clauses. | ![]() |
portray_clause/1 | Portray `Clause' on the current output stream. | ![]() |
portray_clause/2 | Portray `Clause' on the current output stream. | ![]() |
portray_clause/3 | Portray `Clause' on the current output stream. | ![]() |
lists.pl -- List Manipulation![]() | ||
main.pl -- Provide entry point for scripts![]() | ||
make.pl -- Reload modified source files![]() | ||
modules.pl -- Module utility predicates![]() | ||
nb_set.pl -- Non-backtrackable sets![]() | ||
add_nb_set/2 | Insert Key into the set. | ![]() |
add_nb_set/3 | Insert Key into the set. | ![]() |
empty_nb_set/1 | Create an empty non-backtrackable set. | ![]() |
gen_nb_set/2 | Enumerate the members of a set in the standard order of terms. | ![]() |
nb_set_to_list/2 | Get the elements of a an nb_set. | ![]() |
size_nb_set/2 | Unify Size with the number of elements in the set. | ![]() |
occurs.pl -- Finding and counting sub-terms![]() | ||
operators.pl -- Manage operators![]() | ||
option.pl -- Option list processing![]() | ||
optparse.pl -- command line parsing![]() | ||
ordsets.pl -- Ordered set manipulation![]() | ||
pairs.pl -- Operations on key-value lists![]() | ||
persistency.pl -- Provide persistent dynamic predicates![]() | ||
pprint.pl -- Pretty Print Prolog terms![]() | ||
print_term/2 | Pretty print a Prolog term. | ![]() |
predicate_options.pl -- Access and analyse predicate options![]() | ||
prolog_autoload.pl -- Autoload all dependencies![]() | ||
autoload_all/0 | Force all necessary autoloading to be done now. | ![]() |
autoload_all/1 | Force all necessary autoloading to be done now. | ![]() |
prolog_breakpoints.pl -- Manage Prolog break-points![]() | ||
prolog_clause.pl -- Get detailed source-information about a clause![]() | ||
prolog_code.pl -- Utilities for reasoning about code![]() | ||
prolog_codewalk.pl -- Prolog code walker![]() | ||
prolog_colour.pl -- Prolog syntax colouring support.![]() | ||
prolog_coverage.pl -- Coverage analysis tool![]() | ||
prolog_debug.pl -- User level debugging tools![]() | ||
debug_control_hook/1 | Allow user-hooks in the Prolog debugger interaction. | ![]() |
debugging/0 | Report current status of the debugger. | ![]() |
debugging_hook/1 | Multifile hook that is called as forall(debugging_hook(DebugMode), true) and that may be used to extend the information printed from other debugging libraries. | ![]() |
exception_hook/5 | Trap exceptions and consider whether or not to start the tracer. | ![]() |
nospy/1 | Set/clear spy-points. | ![]() |
nospyall/0 | Set/clear spy-points. | ![]() |
notrap/1 | Install a trap on error(Formal, Context) exceptions that unify. | ![]() |
spy/1 | Set/clear spy-points. | ![]() |
trap/1 | Install a trap on error(Formal, Context) exceptions that unify. | ![]() |
trap_alias/2 | Define short hands for commonly used exceptions. | ![]() |
prolog_format.pl -- Analyse format specifications![]() | ||
prolog_pack.pl -- A package manager for Prolog![]() | ||
prolog_profile.pl -- Execution profiler![]() | ||
prolog_source.pl -- Examine Prolog source-files![]() | ||
prolog_stack.pl -- Examine the Prolog stack![]() | ||
prolog_xref.pl -- Prolog cross-referencer data collection![]() | ||
pure_input.pl -- Pure Input from files and streams![]() | ||
qsave.pl -- Save current program as a state or executable![]() | ||
quasi_quotations.pl -- Define Quasi Quotation syntax![]() | ||
quintus.pl -- Quintus compatibility![]() | ||
random.pl -- Random numbers![]() | ||
rbtrees.pl -- Red black trees![]() | ||
readutil.pl -- Read utilities![]() | ||
record.pl -- Access compound arguments by name![]() | ||
sandbox.pl -- Sandboxed Prolog code![]() | ||
settings.pl -- Setting management![]() | ||
shlib.pl -- Utility library for loading foreign objects (DLLs, shared objects)![]() | ||
solution_sequences.pl -- Modify solution sequences![]() | ||
sort.pl![]() | ||
statistics.pl -- Get information about resource usage![]() | ||
strings.pl -- String utilities![]() | ||
system.pl -- System utilities![]() | ||
tables.pl -- XSB interface to tables![]() | ||
terms.pl -- Term manipulation![]() | ||
thread.pl -- High level thread primitives![]() | ||
thread_pool.pl![]() | ||
threadutil.pl -- Interactive thread utilities![]() | ||
ugraphs.pl -- Graph manipulation library![]() | ||
url.pl -- Analysing and constructing URL![]() | ||
utf8.pl -- UTF-8 encoding/decoding on lists of character codes.![]() | ||
utf8_codes/3 | DCG translating between a Unicode code-list and its UTF-8 encoded byte-string. | ![]() |
varnumbers.pl -- Utilities for numbered terms![]() | ||
wfs.pl -- Well Founded Semantics interface![]() | ||
answer_residual/2 | True when Goal resolves to a tabled predicate and Residual is the residual goal associated with an answer for Goal. | ![]() |
call_delays/2 | True when Goal is true with Delays. | ![]() |
call_residual_program/2 | Call Goal and return the full residual program as a list of Clauses. | ![]() |
delays_residual_program/2 | Given a delay as returned by call_delays/2, produce a set of clauses the represents the complete residual program responsible for these delays, The program contains at least one loop through tnot/1 and is either inconsistent or has multiple models according to the stable model semantics. | ![]() |
when.pl -- Conditional coroutining![]() | ||
www_browser.pl -- Open a URL in the users browser![]() | ||
yall.pl -- Lambda expressions![]() | ||
zip.pl -- Access resource ZIP archives![]() |