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![]() | ||
| identifier_parts/2 | Parts is a list of atoms that make up Identifier. | ![]() |
| join_identifier_parts/3 | Join parts of an identifier according to Style. | ![]() |
| restyle_identifier/3 | Restyle an identifier by extracting the alnum substrings and joining them together according to Style. | ![]() |
backcomp.pl -- Backward compatibility![]() | ||
base32.pl -- Base32 encoding and decoding![]() | ||
base64.pl![]() | ||
| base64/2 | Equivalent to base64_encoded/3 using the options as(atom) and encoding(iso_latin_1). | ![]() |
| base64/3 | Encode/decode list of character codes using base64. | ![]() |
| base64_encoded/3 | General the base64 encoding and decoding. | ![]() |
| base64_encoded/4 | ![]() | |
| base64url/2 | Translates between plaintext and base64url encoded atom or string. | ![]() |
| base64url/3 | Encode/decode list of character codes using Base64URL. | ![]() |
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![]() | ||
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![]() | ||
edit.pl -- Editor interface![]() | ||
error.pl![]() | ||
files.pl![]() | ||
| can_open_file/2 | Succeeds if the user has access to `File' in mode `Mode'. | ![]() |
| chdir/1 | Change Working Directory. | ![]() |
gensym.pl -- Generate unique symbols![]() | ||
git.pl -- Run GIT commands![]() | ||
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![]() | ||
listing.pl![]() | ||
| listing/0 | Lists all predicates defined in the calling module. | ![]() |
| listing/1 | List matching clauses. | ![]() |
| listing/2 | List matching clauses. | ![]() |
| portray_clause/1 | Portray `Clause' on the current output stream. | ![]() |
| portray_clause/2 | Portray `Clause' on the current output stream. | ![]() |
| portray_clause/3 | Portray `Clause' on the current output stream. | ![]() |
lists.pl -- List Manipulation![]() | ||
main.pl -- Provide entry point for scripts![]() | ||
make.pl -- Reload modified source files![]() | ||
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_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![]() | ||
| profile/1 | Run once(Goal) under the execution profiler. | ![]() |
| profile/2 | Run once(Goal) under the execution profiler. | ![]() |
| profile_data/1 | Gather all relevant data from profiler. | ![]() |
| profile_procedure_data/2 | Collect data for Pred. | ![]() |
| show_profile/1 | Display last collected profiling data. | ![]() |
prolog_source.pl -- Examine Prolog source-files![]() | ||
prolog_stack.pl -- Examine the Prolog stack![]() | ||
prolog_versions.pl -- Demand specific (Prolog) versions![]() | ||
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![]() | ||
strings.pl -- String utilities![]() | ||
system.pl -- System utilities![]() | ||
tables.pl -- XSB interface to tables![]() | ||
terms.pl -- Term manipulation![]() | ||
thread.pl -- High level thread primitives![]() | ||
| 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![]() | ||
tty.pl -- Terminal operations![]() | ||
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![]() | ||