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![]() | ||
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 -- heaps/priority queues![]() | ||
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 -- 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![]() | ||
nb_set.pl -- Non-backtrackable sets![]() | ||
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_autoload.pl![]() | ||
| autoload_all/0 | Force all necessary autoloading to be done now. | ![]() |
| autoload_all/1 | Force all necessary autoloading to be done now. | ![]() |
prolog_breakpoints.pl -- Manage Prolog break-points![]() | ||
prolog_clause.pl![]() | ||
prolog_code.pl -- Utilities for reasoning about code![]() | ||
prolog_codewalk.pl -- Prolog code walker![]() | ||
prolog_colour.pl -- Prolog syntax colouring support.![]() | ||
prolog_coverage.pl -- Coverage analysis tool![]() | ||
prolog_format.pl![]() | ||
| format_spec/2 | Parse a format string. | ![]() |
| format_spec/3 | DCG for parsing format strings. | ![]() |
| format_types/2 | True when Format requires an argument list with terms of the type specified by Types. | ![]() |
prolog_pack.pl![]() | ||
| pack_info/1 | Print more detailed information about Pack. | ![]() |
| pack_install/1 | Install one or more packs from SpecOrList. | ![]() |
| pack_install/2 | Install one or more packs from SpecOrList. | ![]() |
| pack_install_local/3 | Install a number of packages in a local directory. | ![]() |
| pack_list/1 | Query package server and installed packages and display results. | ![]() |
| pack_list/2 | Query package server and installed packages and display results. | ![]() |
| pack_list_installed/0 | List currently installed packages and report possible dependency issues. | ![]() |
| pack_property/2 | True when Property is a property of an installed Pack. | ![]() |
| pack_publish/2 | Publish a package. | ![]() |
| pack_rebuild/0 | Rebuild possible foreign components of Pack. | ![]() |
| pack_rebuild/1 | Rebuild possible foreign components of Pack. | ![]() |
| pack_remove/1 | Remove the indicated package. | ![]() |
| pack_remove/2 | Remove the indicated package. | ![]() |
| pack_search/1 | Query package server and installed packages and display results. | ![]() |
| pack_upgrade/1 | Upgrade Pack. | ![]() |
| pack_url_file/2 | True if File is a unique id for the referenced pack and version. | ![]() |
prolog_source.pl -- Examine Prolog source-files![]() | ||
prolog_stack.pl -- Examine the Prolog stack![]() | ||
prolog_versions.pl -- Demand specific (Prolog) versions![]() | ||
prolog_wrap.pl![]() | ||
| current_predicate_wrapper/4 | True if Head is wrapped with Body. | ![]() |
| unwrap_predicate/2 | Remove the outermost wrapper whose name unifies with Name. | |
| wrap_predicate/4 | Wrap the predicate referenced by Head using Body. | ![]() |
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![]() | ||
| sandbox_allowed_directive/1 | Throws an exception if G is not considered a safe directive. | ![]() |
| sandbox_allowed_expansion/1 | Throws an exception if G is not considered a safe expansion goal. | ![]() |
| sandbox_allowed_goal/1 | Throw an exception if it is not safe to call G. | ![]() |
| format_calls/3 | Find ~@ calls from Format and Args. | ![]() |
| safe_call/1 | Call Goal if it complies with the sandboxing rules. | ![]() |
| safe_directive/1 | Hook to declare additional directives as safe. | ![]() |
| safe_global_variable/1 | Declare the given global variable safe to write to. | ![]() |
| safe_goal/1 | True if calling Goal provides no security risc. | ![]() |
| safe_meta/2 | Hook. | ![]() |
| safe_primitive/1 | True if Goal is safe to call (i.e., cannot access dangerous system-resources and cannot upset other parts of the Prolog process). | ![]() |
| safe_prolog_flag/2 | True if it is safe to set the flag Flag to Value. | ![]() |
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![]() | ||
writef.pl![]() | ||
| swritef/2 | Use writef/1 or writef/2 and write the result to a string. | ![]() |
| swritef/3 | Use writef/1 or writef/2 and write the result to a string. | ![]() |
| writef/1 | Formatted write to the current_output. | ![]() |
| writef/2 | Formatted write to the current_output. | ![]() |
www_browser.pl -- Open a URL in the users browser![]() | ||
yall.pl -- Lambda expressions![]() | ||
zip.pl -- Access resource ZIP archives![]() | ||