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![]() | ||
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![]() | ||
error.pl![]() | ||
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![]() | ||
iostream.pl -- Utilities to deal with streams![]() | ||
lazy_lists.pl -- Lazy list handling![]() | ||
lists.pl -- List Manipulation![]() | ||
main.pl -- Provide entry point for scripts![]() | ||
modules.pl -- Module utility predicates![]() | ||
occurs.pl -- Finding and counting sub-terms![]() | ||
operators.pl -- Manage operators![]() | ||
option.pl -- Option list processing![]() | ||
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 -- 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_colour.pl -- Prolog syntax colouring support.![]() | ||
prolog_coverage.pl![]() | ||
| cov_load_data/2 | Reload coverage data from File. | ![]() |
| cov_property/1 | True when coverage analysis satisfies Property. | ![]() |
| cov_reset/0 | Discard all collected coverage data. | ![]() |
| cov_save_data/2 | Save the coverage information to File. | ![]() |
| coverage/1 | As call(Goal), collecting coverage information while Goal is running. | ![]() |
| coverage/2 | Collect and optionally report coverage by Goal. | ![]() |
| report_hook/2 | This hook is called after the data collection. | ![]() |
| show_coverage/1 | Show collected coverage data. | ![]() |
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![]() | ||
| 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![]() | ||
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![]() | ||
| call_time/2 | Call Goal as call/1, unifying Time with a dict that provides information on the resource usage. | ![]() |
| call_time/3 | Call Goal as call/1, unifying Time with a dict that provides information on the resource usage. | ![]() |
| statistics/0 | Print information about resource usage using print_message/2. | ![]() |
| statistics/1 | Stats is a dict representing the same information as statistics/0. | ![]() |
| thread_statistics/2 | Obtain statistical information about a single thread. | ![]() |
| time/1 | Execute Goal, reporting statistics to the user. | ![]() |
system.pl -- System utilities![]() | ||
terms.pl -- Term manipulation![]() | ||
thread_pool.pl -- Resource bounded thread management![]() | ||
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![]() | ||