aggregate.pl -- Aggregation operators on backtrackable predicates![]() | ||
|---|---|---|
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![]() | ||
ctypes.pl -- Character code classification![]() | ||
date.pl -- Process dates and times![]() | ||
debug.pl![]() | ||
| assertion_failed/2 | This hook is called if the Goal of assertion/1 fails. | |
| debug_print_hook/3 | Hook called by debug/3. | ![]() |
| assertion/1 | Acts similar to C assert() macro. | ![]() |
| debug/1 | Add/remove a topic from being printed. | ![]() |
| debug/3 | Format a message if debug topic is enabled. | ![]() |
| debug_message_context/1 | Specify additional context for debug messages. | ![]() |
| debugging/1 | Examine debug topics. | ![]() |
| debugging/2 | Examine debug topics. | ![]() |
| list_debug_topics/0 | List currently known topics for debug/3 and their setting. | ![]() |
| list_debug_topics/1 | List currently known topics for debug/3 and their setting. | ![]() |
| nodebug/1 | Add/remove a topic from being printed. | ![]() |
dialect.pl -- Support multiple Prolog dialects![]() | ||
dicts.pl -- Dict utilities![]() | ||
dif.pl -- The dif/2 constraint![]() | ||
edinburgh.pl -- Some traditional Edinburgh predicates![]() | ||
error.pl![]() | ||
exceptions.pl -- Exception classification![]() | ||
gensym.pl -- Generate unique symbols![]() | ||
git.pl -- Run GIT commands![]() | ||
hashtable.pl![]() | ||
| 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![]() | ||
lists.pl -- List Manipulation![]() | ||
main.pl![]() | ||
| argv_options/3 | Parse command line arguments. | ![]() |
| argv_options/4 | As argv_options/3 in guided mode, Currently this version allows parsing argument options throwing an exception rather than calling halt/1 by passing an empty list to ParseOptions. | ![]() |
| argv_usage/1 | Use print_message/2 to print a usage message at Level. | ![]() |
| cli_debug_opt_help/2 | Implements opt_type/3, opt_help/2 and opt_meta/2 for debug arguments. | ![]() |
| cli_debug_opt_meta/2 | Implements opt_type/3, opt_help/2 and opt_meta/2 for debug arguments. | ![]() |
| cli_debug_opt_type/3 | Implements opt_type/3, opt_help/2 and opt_meta/2 for debug arguments. | ![]() |
| cli_enable_development_system/0 | Re-enable the development environment. | ![]() |
| cli_parse_debug_options/2 | Parse certain commandline options for debugging and development purposes. | ![]() |
| main/0 | Call main/1 using the passed command-line arguments. | ![]() |
modules.pl -- Module utility predicates![]() | ||
nb_set.pl -- Non-backtrackable sets![]() | ||
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![]() | ||
oset.pl -- Ordered set manipulation![]() | ||
pairs.pl -- Operations on key-value lists![]() | ||
persistency.pl -- Provide persistent dynamic predicates![]() | ||
pio.pl -- Pure I/O![]() | ||
portray_text.pl -- Portray text![]() | ||
pprint.pl -- Pretty Print Prolog terms![]() | ||
predicate_options.pl -- Access and analyse predicate options![]() | ||
prolog_autoload.pl -- Autoload all dependencies![]() | ||
prolog_breakpoints.pl -- Manage Prolog break-points![]() | ||
prolog_clause.pl![]() | ||
prolog_code.pl -- Utilities for reasoning about code![]() | ||
prolog_codewalk.pl![]() | ||
| prolog_program_clause/2 | True when ClauseRef is a reference for clause in the program. | ![]() |
| prolog_walk_code/1 | Walk over all loaded (user) Prolog code. | ![]() |
| subterm_pos/5 | True when SubTerm is a sub term of Term, compared using Cmp, TermPosition describes the term layout of Term and SubTermPos describes the term layout of SubTerm. | ![]() |
prolog_colour.pl -- Prolog syntax colouring support.![]() | ||
prolog_config.pl -- Provide configuration information![]() | ||
prolog_coverage.pl -- Coverage analysis tool![]() | ||
prolog_debug.pl -- User level debugging tools![]() | ||
prolog_format.pl -- Analyse format specifications![]() | ||
prolog_history.pl -- Per-directory persistent commandline history![]() | ||
prolog_metainference.pl -- Infer meta-predicate properties![]() | ||
prolog_pack.pl -- A package manager for Prolog![]() | ||
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![]() | ||
quasi_quotations.pl -- Define Quasi Quotation syntax![]() | ||
random.pl -- Random numbers![]() | ||
rbtrees.pl -- Red black trees![]() | ||
readutil.pl -- Read utilities![]() | ||
record.pl -- Access compound arguments by name![]() | ||
sandbox.pl![]() | ||
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![]() | ||
system.pl -- System utilities![]() | ||
tables.pl -- XSB interface to tables![]() | ||
terms.pl -- Term manipulation![]() | ||
thread_pool.pl -- Resource bounded thread management![]() | ||
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.![]() | ||
varnumbers.pl -- Utilities for numbered terms![]() | ||
wfs.pl -- Well Founded Semantics interface![]() | ||
when.pl -- Conditional coroutining![]() | ||
www_browser.pl -- Open a URL in the users browser![]() | ||
yall.pl -- Lambda expressions![]() | ||