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![]() | ||
| atom_to_chars/2 | Convert Atom into a list of character codes. | ![]() |
| atom_to_chars/3 | Convert Atom into a difference list of character codes. | ![]() |
| format_to_chars/3 | Use format/2 to write to a list of character codes. | ![]() |
| format_to_chars/4 | Use format/2 to write to a difference list of character codes. | ![]() |
| number_to_chars/2 | Convert Atom into a list of character codes. | ![]() |
| number_to_chars/3 | Convert Number into a difference list of character codes. | ![]() |
| open_chars_stream/2 | Open Codes as an input stream. | ![]() |
| read_from_chars/2 | Read Codes into Term. | ![]() |
| read_term_from_chars/3 | Read Codes into Term. | ![]() |
| with_output_to_chars/2 | Run Goal as with once/1. | ![]() |
| with_output_to_chars/3 | Run Goal as with once/1. | ![]() |
| with_output_to_chars/4 | Same as with_output_to_chars/3 using an explicit stream. | ![]() |
| write_to_chars/2 | Write a term to a code list. | ![]() |
| write_to_chars/3 | Write a term to a code list. | ![]() |
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![]() | ||
| expects_dialect/1 | Tell Prolog all subsequent code to the end of the file or the next :- expects_dialect/1 directive is written for the indicated Dialect. | ![]() |
| source_exports/2 | True if Source exports Export. | ![]() |
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![]() | ||
heaps.pl -- heaps/priority queues![]() | ||
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 -- 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_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_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![]() | ||
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![]() | ||
| max_var_number/3 | True when Max is the max of Start and the highest numbered $VAR(N) term. | ![]() |
| numbervars/1 | Number variables in Term using $VAR(N). | ![]() |
| varnumbers/2 | Inverse of numbervars/1. | ![]() |
| varnumbers/3 | Inverse of numbervars/3. | ![]() |
| varnumbers_names/3 | If Term is a term with numbered and named variables using the reserved term '$VAR'(X), Copy is a copy of Term where each '$VAR'(X) is consistently replaced by a fresh variable and Bindings is a list X = Var, relating the X terms with the variable it is mapped to. | ![]() |
wfs.pl -- Well Founded Semantics interface![]() | ||
when.pl -- Conditional coroutining![]() | ||
www_browser.pl -- Open a URL in the users browser![]() | ||
yall.pl -- Lambda expressions![]() | ||