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![]() | ||
| assoc_to_keys/2 | True if Keys is the list of keys in Assoc. | ![]() |
| assoc_to_list/2 | Translate Assoc to a list Pairs of Key-Value pairs. | ![]() |
| assoc_to_values/2 | True if Values is the list of values in Assoc. | ![]() |
| del_assoc/4 | True if Key-Value is in Assoc0. | ![]() |
| del_max_assoc/4 | True if Key-Value is in Assoc0 and Key is the greatest key. | ![]() |
| del_min_assoc/4 | True if Key-Value is in Assoc0 and Key is the smallest key. | ![]() |
| empty_assoc/1 | Is true if Assoc is the empty association list. | ![]() |
| gen_assoc/3 | True if Key-Value is an association in Assoc. | ![]() |
| get_assoc/3 | True if Key-Value is an association in Assoc. | ![]() |
| get_assoc/5 | True if Key-Val0 is in Assoc0 and Key-Val is in Assoc. | ![]() |
| is_assoc/1 | True if Assoc is an association list. | ![]() |
| list_to_assoc/2 | Create an association from a list Pairs of Key-Value pairs. | ![]() |
| map_assoc/2 | True if Pred(Value) is true for all values in Assoc. | ![]() |
| map_assoc/3 | Map corresponding values. | ![]() |
| max_assoc/3 | True if Key-Value is in Assoc and Key is the largest key. | ![]() |
| min_assoc/3 | True if Key-Value is in assoc and Key is the smallest key. | ![]() |
| ord_list_to_assoc/2 | Assoc is created from an ordered list Pairs of Key-Value pairs. | ![]() |
| put_assoc/4 | Assoc is Assoc0, except that Key is associated with Value. | ![]() |
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 -- 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![]() | ||
explain.pl![]() | ||
| explain/1 | Give an explanation on Term. | ![]() |
| explain/2 | True when Explanation is an explanation of Term. | ![]() |
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 -- Hash tables![]() | ||
heaps.pl -- heaps/priority queues![]() | ||
help.pl -- Text based manual![]() | ||
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 -- List programs and pretty print clauses![]() | ||
lists.pl -- List Manipulation![]() | ||
macros.pl -- Macro expansion![]() | ||
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![]() | ||
pio.pl -- Pure I/O![]() | ||
pprint.pl![]() | ||
| print_term/2 | Pretty print a Prolog term. | ![]() |
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 code walker![]() | ||
prolog_colour.pl -- Prolog syntax colouring support.![]() | ||
prolog_coverage.pl -- Coverage analysis tool![]() | ||
prolog_debug.pl -- User level debugging tools![]() | ||
prolog_format.pl -- Analyse format specifications![]() | ||
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![]() | ||
| backtrace/1 | Get and print a stacktrace to the user_error stream. | ![]() |
| get_prolog_backtrace/2 | Obtain a backtrace from the current location. | ![]() |
| get_prolog_backtrace/3 | Obtain a backtrace from the current location. | ![]() |
| print_last_choicepoint/0 | Print details on the last open choice point. | ![]() |
| print_last_choicepoint/2 | ![]() | |
| print_prolog_backtrace/2 | Print a stacktrace in human readable form to Stream. | ![]() |
| print_prolog_backtrace/3 | Print a stacktrace in human readable form to Stream. | ![]() |
| prolog_stack_frame_property/2 | True when Property is a property of Frame. | ![]() |
| stack_guard/1 | Dynamic multifile hook that is normally not defined. | ![]() |
| stack_guard/1 | Dynamic multifile predicate. | ![]() |
prolog_trace.pl -- Print access to predicates![]() | ||
prolog_versions.pl -- Demand specific (Prolog) versions![]() | ||
| cmp_versions/3 | Compare to versions. | ![]() |
| require_prolog_version/2 | Claim that the running Prolog version is at least version Required and provides the requested Features. | ![]() |
| require_version/3 | Require Component to have version CmpRequired, while Component is know to have version Available. | ![]() |
prolog_wrap.pl -- Wrapping predicates![]() | ||
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![]() | ||
| phrase_from_quasi_quotation/2 | Process the quasi quotation using the DCG Grammar. | ![]() |
| quasi_quotation_syntax/1 | Declare the predicate SyntaxName/4 to implement the the quasi quote syntax SyntaxName. | ![]() |
| quasi_quotation_syntax_error/1 | Report syntax_error(Error) using the current location in the quasi quoted input parser. | ![]() |
| with_quasi_quotation_input/3 | Process the quasi-quoted Content using Stream parsed by Goal. | ![]() |
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![]() | ||
rwlocks.pl -- Read/write locks![]() | ||
sandbox.pl -- Sandboxed Prolog code![]() | ||
settings.pl -- Setting management![]() | ||
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 -- Manage Prolog streams![]() | ||
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![]() | ||
| attach_console/0 | Create a new console and make the standard Prolog streams point to it. | ![]() |
| attach_console/1 | Create a new console and make the standard Prolog streams point to it. | ![]() |
| join_threads/0 | Join all terminated threads. | ![]() |
| tbacktrace/1 | Print a backtrace for Thread to the stream user_error of the calling thread. | ![]() |
| tbacktrace/2 | Print a backtrace for Thread to the stream user_error of the calling thread. | ![]() |
| tdebug/0 | Enable debug-mode, trapping the graphical debugger on reaching spy-points or errors. | ![]() |
| tdebug/1 | Enable debug-mode, trapping the graphical debugger on reaching spy-points or errors. | ![]() |
| thread_has_console/0 | True when the calling thread has an attached console. | ![]() |
| threads/0 | List currently known threads with their status. | ![]() |
| tnodebug/0 | Disable debug-mode in all threads or the specified Thread. | ![]() |
| tnodebug/1 | Disable debug-mode in all threads or the specified Thread. | ![]() |
| tprofile/1 | Profile the operation of Thread until the user hits a key. | ![]() |
| tspy/1 | Trap the graphical debugger on reaching Spec in the specified or any thread. | ![]() |
| tspy/2 | Trap the graphical debugger on reaching Spec in the specified or any thread. | ![]() |
| with_stopped_threads/2 | Stop all threads except the caller while running once(Goal). | ![]() |
tty.pl![]() | ||
| menu/3 | Show a menu. | ![]() |
| tty_clear/0 | Clear the display. | ![]() |
| tty_flash/0 | Give visual signal if possible, otherwise beep. | ![]() |
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![]() | ||
| with_zipper/2 | Run Goal while holding ownership over Zipper. | ![]() |
| zip_close/1 | Close a zipper. | ![]() |
| zip_close/2 | Close a zipper. | ![]() |
| zip_open/4 | Create a Zipper, providing access to File. | ![]() |
| zipper_file_info/3 | Obtain information about the current zip entry. | ![]() |
| zipper_goto/2 | Seek Zipper to a specified entry. | |
| zipper_members/2 | True when Members is the list of file names in the Zipper. | ![]() |
| zipper_open_current/3 | Open the current entry as an input stream. | |