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![]() | ||
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![]() | ||
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![]() | ||
occurs.pl -- Finding and counting sub-terms![]() | ||
operators.pl -- Manage operators![]() | ||
option.pl -- Option list processing![]() | ||
ordsets.pl -- Ordered set manipulation![]() | ||
pairs.pl -- Operations on key-value lists![]() | ||
persistency.pl![]() | ||
| current_persistent_predicate/1 | True if PI is a predicate that provides access to the persistent database DB. | ![]() |
| db_assert/1 | Assert Term into the database and record it for persistency. | ![]() |
| db_attach/2 | Use File as persistent database for the calling module. | ![]() |
| db_attached/1 | True if the context module attached to the persistent database File. | ![]() |
| db_detach/0 | Detach persistency from the calling module and delete all persistent clauses from the Prolog database. | ![]() |
| db_retract/1 | Retract terms from the database one-by-one. | ![]() |
| db_retractall/1 | Retract all matching facts and do the same in the database. | ![]() |
| db_sync/1 | Synchronise database with the associated file. | ![]() |
| db_sync_all/1 | Sync all registered databases. | ![]() |
| persistent/1 | Declare dynamic database terms. | ![]() |
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_format.pl -- Analyse format specifications![]() | ||
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![]() | ||
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![]() | ||
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![]() | ||
zip.pl![]() | ||
| with_zipper/2 | Run Goal while holding ownership over Zipper. | ![]() |
| zip_close/1 | Close a zipper. | ![]() |
| zip_close/2 | Close a zipper. | ![]() |
| zip_open/4 | Create a Zipper, providing access to File. | ![]() |
| zipper_file_info/3 | Obtain information about the current zip entry. | ![]() |
| zipper_goto/2 | Seek Zipper to a specified entry. | |
| zipper_members/2 | True when Members is the list of file names in the Zipper. | ![]() |
| zipper_open_current/3 | Open the current entry as an input stream. | |