aggregate.pl -- Aggregation operators on backtrackable predicates![]() | ||
|---|---|---|
ansi_term.pl![]() | ||
| ansi_format/3 | Format text with ANSI attributes. | ![]() |
| ansi_get_color/2 | Obtain the RGB color for an ANSI color parameter. | ![]() |
| ansi_hyperlink/2 | Create a hyperlink for a terminal emulator. | ![]() |
| ansi_hyperlink/3 | Create a hyperlink for a terminal emulator. | ![]() |
| tty_url_hook/2 | Hook for location_url/2. | ![]() |
| console_color/2 | Hook that allows for mapping abstract terms to concrete ANSI attributes. | |
| message_line_element/2 | Hook implementation that deals with ansi(+Attr, +Fmt, +Args) in message specifications. | ![]() |
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![]() | ||
edit.pl -- Editor interface![]() | ||
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_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![]() | ||
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 -- Coverage analysis tool![]() | ||
prolog_debug.pl -- User level debugging tools![]() | ||
prolog_format.pl -- Analyse format specifications![]() | ||
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_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_file_to_codes/3 | Read the file Spec into a list of Codes. | ![]() |
| read_file_to_string/3 | Read the file Spec into a the string String. | ![]() |
| read_file_to_terms/3 | Read the file Spec into a list of terms. | ![]() |
| read_line_to_codes/2 | Read the next line of input from Stream. | ![]() |
| read_line_to_codes/3 | Difference-list version to read an input line to a list of character codes. | ![]() |
| read_line_to_string/2 | Read the next line from Stream into String. | ![]() |
| read_stream_to_codes/2 | Read input from Stream to a list of character codes. | ![]() |
| read_stream_to_codes/3 | Read input from Stream to a list of character codes. | ![]() |
record.pl -- Access compound arguments by name![]() | ||
sandbox.pl -- Sandboxed Prolog code![]() | ||
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.pl![]() | ||
| call_in_thread/2 | Run Goal as an interrupt in the context of Thread. | ![]() |
| concurrent/3 | Run Goals in parallel using N threads. | ![]() |
| concurrent_and/2 | Concurrent version of (Generator,Test). | ![]() |
| concurrent_and/3 | Concurrent version of (Generator,Test). | ![]() |
| concurrent_forall/2 | True when Action is true for all solutions of Generate. | ![]() |
| concurrent_forall/3 | True when Action is true for all solutions of Generate. | ![]() |
| concurrent_maplist/2 | Concurrent version of maplist/2. | ![]() |
| concurrent_maplist/3 | Concurrent version of maplist/2. | ![]() |
| concurrent_maplist/4 | Concurrent version of maplist/2. | ![]() |
| first_solution/3 | Try alternative solvers concurrently, returning the first answer. | ![]() |
thread_pool.pl -- Resource bounded thread management![]() | ||
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![]() | ||
| //2 | Shorthand for Free/[]>>Lambda. | ![]() |
| //3 | Shorthand for Free/[]>>Lambda. | ![]() |
| //4 | Shorthand for Free/[]>>Lambda. | ![]() |
| //5 | Shorthand for Free/[]>>Lambda. | ![]() |
| //6 | Shorthand for Free/[]>>Lambda. | ![]() |
| //7 | Shorthand for Free/[]>>Lambda. | ![]() |
| //8 | Shorthand for Free/[]>>Lambda. | ![]() |
| //9 | Shorthand for Free/[]>>Lambda. | ![]() |
| >>/2 | Calls a copy of Lambda. | ![]() |
| >>/3 | Calls a copy of Lambda. | ![]() |
| >>/4 | Calls a copy of Lambda. | ![]() |
| >>/5 | Calls a copy of Lambda. | ![]() |
| >>/6 | Calls a copy of Lambda. | ![]() |
| >>/7 | Calls a copy of Lambda. | ![]() |
| >>/8 | Calls a copy of Lambda. | ![]() |
| >>/9 | Calls a copy of Lambda. | ![]() |
| is_lambda/1 | True if Term is a valid Lambda expression. | ![]() |
| lambda_calls/2 | Goal is the goal called if call/N is applied to LambdaExpression, where ExtraArgs are the additional arguments to call/N. | ![]() |
| lambda_calls/3 | Goal is the goal called if call/N is applied to LambdaExpression, where ExtraArgs are the additional arguments to call/N. | ![]() |