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![]() | ||
| apply_macros_sentinel/0 | Used to detect that library(apply_macros) is loaded into the current context explicitly. | ![]() |
| expand_phrase/2 | Provide goal-expansion for PhraseGoal. | ![]() |
| expand_phrase/4 | Provide goal-expansion for PhraseGoal. | ![]() |
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![]() | ||
| format_to_codes/3 | Use format/2 to write to a list of character codes. | ![]() |
| format_to_codes/4 | Use format/2 to write to a difference list of character codes. | ![]() |
| open_codes_stream/2 | Open Codes as an input stream. | ![]() |
| read_from_codes/2 | Read Codes into Term. | ![]() |
| read_term_from_codes/3 | Read Codes into Term. | ![]() |
| with_output_to_codes/2 | Run Goal with as once/1. | ![]() |
| with_output_to_codes/3 | Run Goal with as once/1. | ![]() |
| with_output_to_codes/4 | As with_output_to_codes/3, but Stream is unified with the temporary stream. | ![]() |
| write_term_to_codes/3 | True when Codes is a string that matches the output of write_term/3 using Options. | ![]() |
| write_term_to_codes/4 | True when Codes\Tail is a difference list containing the character codes that matches the output of write_term/3 using Options. | ![]() |
| write_to_codes/2 | Codes is a list of character codes produced by write/1 on Term. | ![]() |
| write_to_codes/3 | Codes is a difference-list of character codes produced by write/1 on Term. | ![]() |
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 -- 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![]() | ||
error.pl![]() | ||
exceptions.pl -- Exception classification![]() | ||
fastrw.pl -- Fast reading and writing of terms![]() | ||
files.pl![]() | ||
| can_open_file/2 | Succeeds if the user has access to `File' in mode `Mode'. | ![]() |
| chdir/1 | Change Working Directory. | ![]() |
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![]() | ||
intercept.pl -- Intercept and signal interface![]() | ||
iostream.pl -- Utilities to deal with streams![]() | ||
lazy_lists.pl -- Lazy list handling![]() | ||
listing.pl![]() | ||
| 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![]() | ||
macros.pl -- Macro expansion![]() | ||
main.pl -- Provide entry point for scripts![]() | ||
make.pl![]() | ||
| make/0 | Reload all source files that have been changed since they were loaded. | ![]() |
| make_reload_file/1 | Reload file into the proper module. | ![]() |
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![]() | ||
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_colour.pl -- Prolog syntax colouring support.![]() | ||
prolog_coverage.pl -- Coverage analysis tool![]() | ||
prolog_debug.pl![]() | ||
| 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_history.pl![]() | ||
| prolog_history/1 | Execute Action on the history. | ![]() |
prolog_jiti.pl![]() | ||
| jiti_list/0 | List the JITI (Just In Time Indexes) of selected predicates. | ![]() |
| jiti_list/1 | List the JITI (Just In Time Indexes) of selected predicates. | ![]() |
| jiti_suggest_modes/0 | Propose modes for the predicates referenced by Spec. | ![]() |
| jiti_suggest_modes/1 | Propose modes for the predicates referenced by Spec. | ![]() |
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_trace.pl -- Print access to predicates![]() | ||
prolog_versions.pl -- Demand specific (Prolog) versions![]() | ||
prolog_xref.pl -- Prolog cross-referencer data collection![]() | ||
pure_input.pl -- Pure Input from files and streams![]() | ||
qsave.pl![]() | ||
quasi_quotations.pl -- Define Quasi Quotation syntax![]() | ||
quintus.pl -- Quintus compatibility![]() | ||
random.pl -- Random numbers![]() | ||
rbtrees.pl -- Red black trees![]() | ||
readln.pl![]() | ||
readutil.pl -- Read utilities![]() | ||
record.pl -- Access compound arguments by name![]() | ||
sandbox.pl![]() | ||
settings.pl![]() | ||
| convert_setting_text/3 | Converts from textual form to Prolog Value. | ![]() |
| current_setting/1 | True if Setting is a currently defined setting. | ![]() |
| env/2 | Evaluate environment variables on behalf of arithmetic expressions. | ![]() |
| env/3 | Evaluate environment variables on behalf of arithmetic expressions. | ![]() |
| list_settings/0 | List settings to current_output. | ![]() |
| list_settings/1 | List settings to current_output. | ![]() |
| load_settings/1 | Load local settings from File. | ![]() |
| load_settings/2 | Load local settings from File. | ![]() |
| restore_setting/1 | Restore the value of setting Name to its default. | ![]() |
| save_settings/0 | Save modified settings to File. | ![]() |
| save_settings/1 | Save modified settings to File. | ![]() |
| set_setting/2 | Change a setting. | ![]() |
| set_setting_default/2 | Change the default for a setting. | ![]() |
| setting/2 | True when Name is a currently defined setting with Value. | ![]() |
| setting/4 | Define a setting. | ![]() |
| setting_property/2 | Query currently defined settings. | ![]() |
shell.pl -- Elementary shell commands![]() | ||
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![]() | ||
streams.pl![]() | ||
| with_output_to/3 | Run Goal and once/1 while capturing all output to all streams (current_output, user_output and user_error) in the string Output. | ![]() |
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![]() | ||
| create_pool/1 | Hook to create a thread pool lazily. | ![]() |
| current_thread_pool/1 | True if Name refers to a defined thread pool. | ![]() |
| thread_create_in_pool/4 | Create a thread in Pool. | ![]() |
| thread_pool_create/3 | Create a pool of threads. | ![]() |
| thread_pool_destroy/1 | Destroy the thread pool named Name. | ![]() |
| thread_pool_property/2 | True if Property is a property of thread pool Name. | ![]() |
| worker_exitted/3 | It is possible that '__thread_pool_manager' no longer exists while closing down the process because the manager was killed before the worker. | ![]() |
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![]() | ||
writef.pl -- Old-style formatted write![]() | ||
www_browser.pl -- Open a URL in the users browser![]() | ||
yall.pl -- Lambda expressions![]() | ||
zip.pl -- Access resource ZIP archives![]() | ||