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![]() | ||
| broadcast/1 | Broadcast given event. | ![]() |
| broadcast_request/1 | Broadcast given event till accepted. | ![]() |
| listen/2 | Open a channel for listening for events of the given `Templ'. | ![]() |
| listen/3 | Open a channel for listening for events of the given `Templ'. | ![]() |
| listening/3 | returns currently open channels. | ![]() |
| unlisten/1 | Destroy a channel. | ![]() |
| unlisten/2 | Destroy a channel. | ![]() |
| unlisten/3 | Destroy a channel. | ![]() |
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 -- heaps/priority queues![]() | ||
help.pl -- Text based manual![]() | ||
intercept.pl![]() | ||
| intercept/3 | Run Goal as call/1. | ![]() |
| intercept/4 | Similar to intercept/3, but the copy of Handler is called as call(Copy,Arg), which allows passing large context arguments or arguments subject to unification or destructive assignment. | ![]() |
| intercept_all/4 | True when List contains all instances of Template that have been sent using send_signal/1 where the argument unifies with Ball. | ![]() |
| nb_intercept_all/4 | As intercept_all/4, but backtracing inside Goal does not reset List. | ![]() |
| send_signal/1 | If this predicate is called from a sub-goal of intercept/3, execute the associated Handler of the intercept/3 environment. | ![]() |
| send_silent_signal/1 | As send_signal/1, but succeed silently if there is no matching intercept environment. | ![]() |
iostream.pl -- Utilities to deal with streams![]() | ||
lazy_lists.pl -- Lazy list handling![]() | ||
lists.pl -- List Manipulation![]() | ||
main.pl -- Provide entry point for scripts![]() | ||
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_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_jiti.pl -- Just In Time Indexing (JITI) utilities![]() | ||
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_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![]() | ||
| 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![]() | ||
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![]() | ||
streams.pl -- Manage Prolog streams![]() | ||
system.pl -- System utilities![]() | ||
terms.pl -- Term manipulation![]() | ||
thread_pool.pl -- Resource bounded thread management![]() | ||
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![]() | ||