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![]() | ||
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![]() | ||
| edit/0 | Edit associated or script file. | ![]() |
| edit/1 | Edit indicated object. | ![]() |
| edit_command/2 | This predicate should specify the shell-command called to invoke the user's editor. | ![]() |
| locate/2 | Locate object from the specified location. | ![]() |
| locate/3 | ![]() | |
| select_location/3 | ![]() | |
error.pl![]() | ||
gensym.pl![]() | ||
| gensym/2 | Generate <Base>1, <Base>2, etc atoms on each subsequent call. | ![]() |
| reset_gensym/0 | Reset gensym for all registered keys. | ![]() |
| reset_gensym/1 | Restart generation of identifiers from Base at <Base>1. | ![]() |
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![]() | ||
intercept.pl -- Intercept and signal interface![]() | ||
iostream.pl -- Utilities to deal with streams![]() | ||
lazy_lists.pl![]() | ||
| lazy_engine_next/4 | Lazy list iterator for engines. | ![]() |
| lazy_findall/3 | True when List is a lazy list containing the instantiations for Template for each answer of Goal. | ![]() |
| lazy_findall/4 | True when List is a lazy list containing the instantiations for Template for each answer of Goal. | ![]() |
| lazy_get_codes/4 | Lazy list iterator to get character codes from a stream. | ![]() |
| lazy_list/2 | Create a lazy list from a callback. | ![]() |
| lazy_list/3 | Create a lazy list where the next element is defined by. | ![]() |
| lazy_list_iterator/4 | Directive to create a lazy list iterator from a predicate that gets a single next value. | ![]() |
| lazy_list_length/2 | True if Len is the length of the materialized lazy list. | ![]() |
| lazy_list_materialize/1 | Materialize the lazy list. | ![]() |
| lazy_message_queue/4 | Lazy list iterator for message queues. | ![]() |
| lazy_read_lines/4 | Lazy list iterator to read lines from Stream. | ![]() |
| lazy_read_terms/4 | Turn a stream into a lazy list of Prolog terms. | ![]() |
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![]() | ||
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![]() | ||
| current_persistent_predicate/1 | True if PI is a predicate that provides access to the persistent database DB. | ![]() |
| db_assert/1 | Assert Term into the database and record it for persistency. | ![]() |
| db_attach/2 | Use File as persistent database for the calling module. | ![]() |
| db_attached/1 | True if the context module attached to the persistent database File. | ![]() |
| db_detach/0 | Detach persistency from the calling module and delete all persistent clauses from the Prolog database. | ![]() |
| db_retract/1 | Retract terms from the database one-by-one. | ![]() |
| db_retractall/1 | Retract all matching facts and do the same in the database. | ![]() |
| db_sync/1 | Synchronise database with the associated file. | ![]() |
| db_sync_all/1 | Sync all registered databases. | ![]() |
| persistent/1 | Declare dynamic database terms. | ![]() |
pio.pl -- Pure I/O![]() | ||
pprint.pl -- Pretty Print Prolog terms![]() | ||
predicate_options.pl -- Access and analyse predicate options![]() | ||
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_debug.pl -- User level debugging tools![]() | ||
prolog_format.pl -- Analyse format specifications![]() | ||
prolog_pack.pl -- A package manager for Prolog![]() | ||
prolog_source.pl -- Examine Prolog source-files![]() | ||
prolog_stack.pl -- Examine the Prolog stack![]() | ||
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_xref.pl -- Prolog cross-referencer data collection![]() | ||
pure_input.pl -- Pure Input from files and streams![]() | ||
quasi_quotations.pl -- Define Quasi Quotation syntax![]() | ||
quintus.pl![]() | ||
| abs/2 | Unify `Absolute' with the absolute value of `Number'. | ![]() |
| acos/2 | Math library predicates. | ![]() |
| asin/2 | Math library predicates. | ![]() |
| atan/2 | Math library predicates. | ![]() |
| atan2/3 | Math library predicates. | ![]() |
| atom_char/2 | Same as ISO char_code/2. | ![]() |
| ceiling/2 | Math library predicates. | ![]() |
| compile/1 | Compile files. | ![]() |
| cos/2 | Math library predicates. | ![]() |
| current_stream/3 | SICStus/Quintus and backward compatible predicate. | ![]() |
| date/1 | Get current date as date(Y,M,D). | ![]() |
| floor/2 | Math library predicates. | ![]() |
| genarg/3 | Generalised version of ISO arg/3. | ![]() |
| log/2 | Math library predicates. | ![]() |
| log10/2 | Math library predicates. | ![]() |
| midstring/3 | Too difficult to explain. | ![]() |
| midstring/4 | Too difficult to explain. | ![]() |
| midstring/5 | Too difficult to explain. | ![]() |
| midstring/6 | Too difficult to explain. | ![]() |
| no_style_check/1 | Same as SWI-Prolog style_check(-Style). | ![]() |
| on_exception/3 | ![]() | |
| otherwise/0 | For (A -> B ; otherwise -> C). | ![]() |
| pow/3 | Math library predicates. | ![]() |
| prolog_flag/2 | Same as ISO current_prolog_flag/2. | ![]() |
| raise_exception/1 | Quintus compatible exception handling. | ![]() |
| round/2 | Math library predicates. | ![]() |
| sign/2 | Math library predicates. | ![]() |
| simple/1 | Term is atomic or a variable. | ![]() |
| sin/2 | Math library predicates. | ![]() |
| skip_line/0 | Skip the rest of the current line (on Stream). | ![]() |
| skip_line/1 | Skip the rest of the current line (on Stream). | ![]() |
| sqrt/2 | Math library predicates. | ![]() |
| stream_position/3 | True when Old is the current position in Stream and the stream has been repositioned to New. | ![]() |
| tan/2 | Math library predicates. | ![]() |
| unix/1 | This predicate provides a partial emulation of the corresponding Quintus predicate. | ![]() |
random.pl -- Random numbers![]() | ||
rbtrees.pl -- Red black trees![]() | ||
readln.pl![]() | ||
readutil.pl -- Read utilities![]() | ||
record.pl![]() | ||
| current_record/2 | True if Name is the name of a record defined in the module associated with Term and Term is the user-provided record declaration. | ![]() |
| current_record_predicate/2 | True if PI is the predicate indicator for an access predicate to Record. | ![]() |
| record/1 | Define access predicates for a compound-term. | ![]() |
sandbox.pl![]() | ||
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![]() | ||
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![]() | ||
| file_name_to_url/2 | Translate between a filename and a file:// URL. | ![]() |
| global_url/3 | Translate a possibly relative URL into an absolute one. | ![]() |
| http_location/2 | Construct or analyze an HTTP location. | ![]() |
| is_absolute_url/1 | True if URL is an absolute URL. | ![]() |
| parse_url/2 | Construct or analyse a URL. | ![]() |
| parse_url/3 | Similar to parse_url/2 for relative URLs. | ![]() |
| parse_url_search/2 | Construct or analyze an HTTP search specification. | ![]() |
| set_url_encoding/2 | Query and set the encoding for URLs. | ![]() |
| url_iri/2 | Convert between a URL, encoding in US-ASCII and an IRI. | ![]() |
| www_form_encode/2 | En/decode to/from application/x-www-form-encoded. | ![]() |
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![]() | ||
| expand_url_path/2 | Expand URL specifications similar to absolute_file_name/3. | ![]() |
| known_browser/2 | True if browser FileBaseName has a remote protocol compatible to Compatible. | ![]() |
| www_open_url/1 | Open URL in running version of the users' browser or start a new 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. | |