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![]() | ||
error.pl![]() | ||
explain.pl![]() | ||
| explain/1 | Give an explanation on Term. | ![]() |
| explain/2 | True when Explanation is an explanation of Term. | ![]() |
fastrw.pl -- Fast reading and writing of terms![]() | ||
gensym.pl -- Generate unique symbols![]() | ||
git.pl -- Run GIT commands![]() | ||
hashtable.pl -- Hash tables![]() | ||
heaps.pl -- heaps/priority queues![]() | ||
help.pl -- Text based manual![]() | ||
increval.pl -- Incremental dynamic predicate modification![]() | ||
intercept.pl -- Intercept and signal interface![]() | ||
iostream.pl -- Utilities to deal with streams![]() | ||
lazy_lists.pl -- Lazy list handling![]() | ||
lists.pl -- List Manipulation![]() | ||
main.pl -- Provide entry point for scripts![]() | ||
make.pl -- Reload modified source files![]() | ||
modules.pl -- Module utility predicates![]() | ||
nb_set.pl![]() | ||
| add_nb_set/2 | Insert Key into the set. | ![]() |
| add_nb_set/3 | Insert Key into the set. | ![]() |
| empty_nb_set/1 | Create an empty non-backtrackable set. | ![]() |
| gen_nb_set/2 | Enumerate the members of a set in the standard order of terms. | ![]() |
| nb_set_to_list/2 | Get the elements of a an nb_set. | ![]() |
| size_nb_set/2 | Unify Size with the number of elements in the set. | ![]() |
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![]() | ||
oset.pl![]() | ||
| oset_addel/3 | Ordered set element addition. | ![]() |
| oset_delel/3 | Ordered set element deletion. | ![]() |
| oset_diff/3 | Ordered set difference. | ![]() |
| oset_dint/2 | Distributed intersection. | ![]() |
| oset_dunion/2 | Distributed union. | ![]() |
| oset_int/3 | ordered set intersection. | ![]() |
| oset_is/1 | check that OSet in correct format (standard order). | ![]() |
| oset_power/2 | True when PSet is the powerset of Set. | ![]() |
| oset_union/3 | Union is the union of OSet1 and OSet2. | ![]() |
pairs.pl -- Operations on key-value lists![]() | ||
persistency.pl -- Provide persistent dynamic predicates![]() | ||
pio.pl -- Pure I/O![]() | ||
portray_text.pl![]() | ||
| portray_text/1 | Switch portraying on or off. | ![]() |
| set_portray_text/2 | Set options for portraying. | ![]() |
| set_portray_text/3 | Set options for portraying. | ![]() |
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_debug.pl![]() | ||
| debug_control_hook/1 | Allow user-hooks in the Prolog debugger interaction. | |
| debugging/0 | Report current status of the debugger. | ![]() |
| debugging_hook/1 | Multifile hook that is called as forall(debugging_hook(DebugMode), true) and that may be used to extend the information printed from other debugging libraries. | ![]() |
| exception_hook/5 | Trap exceptions and consider whether or not to start the tracer. | ![]() |
| nospy/1 | Set/clear spy-points. | ![]() |
| nospyall/0 | Set/clear spy-points. | ![]() |
| notrap/1 | Install a trap on error(Formal, Context) exceptions that unify. | ![]() |
| spy/1 | Set/clear spy-points. | ![]() |
| trap/1 | Install a trap on error(Formal, Context) exceptions that unify. | ![]() |
| trap_alias/2 | Define short hands for commonly used exceptions. | ![]() |
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_versions.pl -- Demand specific (Prolog) versions![]() | ||
prolog_wrap.pl -- Wrapping predicates![]() | ||
prolog_xref.pl -- Prolog cross-referencer data collection![]() | ||
pure_input.pl -- Pure Input from files and streams![]() | ||
qsave.pl![]() | ||
quasi_quotations.pl -- Define Quasi Quotation syntax![]() | ||
quintus.pl -- Quintus compatibility![]() | ||
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![]() | ||
shell.pl![]() | ||
| cd/0 | Change working directory. | ![]() |
| cd/1 | Change working directory. | ![]() |
| dirs/0 | Manage the directory stack:. | ![]() |
| file_style/2 | True when File should be listed as a terminal hyperlink. | ![]() |
| ls/0 | Listing similar to Unix =ls -F=, flagging directories with =/=. | ![]() |
| ls/1 | Listing similar to Unix =ls -F=, flagging directories with =/=. | ![]() |
| mv/2 | Move (Rename) a file. | ![]() |
| popd/0 | Manage the directory stack:. | ![]() |
| pushd/0 | Manage the directory stack:. | ![]() |
| pushd/1 | Manage the directory stack:. | ![]() |
| pwd/0 | Print current working directory. | ![]() |
| rm/1 | Remove (unlink) a file. | ![]() |
| shell/0 | Execute an interactive shell. | ![]() |
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.pl -- High level thread primitives![]() | ||
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. | ![]() |
zip.pl -- Access resource ZIP archives![]() | ||