aggregate.pl -- Aggregation operators on backtrackable predicates![]() | ||
|---|---|---|
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![]() | ||
error.pl![]() | ||
gensym.pl -- Generate unique symbols![]() | ||
git.pl -- Run GIT commands![]() | ||
heaps.pl![]() | ||
| add_to_heap/4 | Adds Key with priority Priority to Heap0, constructing a new heap in Heap. | ![]() |
| delete_from_heap/4 | Deletes Key from Heap0, leaving its priority in Priority and the resulting data structure in Heap. | ![]() |
| empty_heap/1 | True if Heap is an empty heap. | ![]() |
| get_from_heap/4 | Retrieves the minimum-priority pair Priority-Key from Heap0. | ![]() |
| heap_size/2 | Determines the number of elements in Heap. | ![]() |
| heap_to_list/2 | Constructs a list List of Priority-Element terms, ordered by (ascending) priority. | ![]() |
| is_heap/1 | Returns true if X is a heap. | ![]() |
| list_to_heap/2 | If List is a list of Priority-Element terms, constructs a heap out of List. | ![]() |
| merge_heaps/3 | Merge the two heaps Heap0 and Heap1 in Heap. | ![]() |
| min_of_heap/3 | Unifies Key with the minimum-priority element of Heap and Priority with its priority value. | ![]() |
| min_of_heap/5 | Gets the two minimum-priority elements from Heap. | ![]() |
| singleton_heap/3 | True if Heap is a heap with the single element Priority-Key. | ![]() |
increval.pl -- Incremental dynamic predicate modification![]() | ||
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![]() | ||
make.pl![]() | ||
| make/0 | Reload all source files that have been changed since they were loaded. | ![]() |
| make_reload_file/1 | Reload file into the proper module. | ![]() |
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 -- 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_codewalk.pl![]() | ||
| prolog_program_clause/2 | True when ClauseRef is a reference for clause in the program. | ![]() |
| prolog_walk_code/1 | Walk over all loaded (user) Prolog code. | ![]() |
| subterm_pos/5 | True when SubTerm is a sub term of Term, compared using Cmp, TermPosition describes the term layout of Term and SubTermPos describes the term layout of SubTerm. | ![]() |
prolog_colour.pl -- Prolog syntax colouring support.![]() | ||
prolog_config.pl -- Provide configuration information![]() | ||
prolog_format.pl -- Analyse format specifications![]() | ||
prolog_history.pl -- Per-directory persistent commandline history![]() | ||
prolog_metainference.pl -- Infer meta-predicate properties![]() | ||
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![]() | ||
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![]() | ||
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![]() | ||
strings.pl -- String utilities![]() | ||
system.pl -- System utilities![]() | ||
tables.pl -- XSB interface to tables![]() | ||
terms.pl -- Term manipulation![]() | ||
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![]() | ||
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. | ![]() |