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![]() | ||
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![]() | ||
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![]() | ||
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![]() | ||
oset.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_codewalk.pl![]() | ||
| prolog_program_clause/2 | True when ClauseRef is a reference for clause in the program. | ![]() |
| prolog_walk_code/1 | Walk over all loaded (user) Prolog code. | ![]() |
| subterm_pos/5 | True when SubTerm is a sub term of Term, compared using Cmp, TermPosition describes the term layout of Term and SubTermPos describes the term layout of SubTerm. | ![]() |
prolog_colour.pl -- Prolog syntax colouring support.![]() | ||
prolog_coverage.pl -- Coverage analysis tool![]() | ||
prolog_format.pl -- Analyse format specifications![]() | ||
prolog_metainference.pl -- Infer meta-predicate properties![]() | ||
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![]() | ||
settings.pl![]() | ||
| convert_setting_text/3 | Converts from textual form to Prolog Value. | ![]() |
| current_setting/1 | True if Setting is a currently defined setting. | ![]() |
| env/2 | Evaluate environment variables on behalf of arithmetic expressions. | ![]() |
| env/3 | Evaluate environment variables on behalf of arithmetic expressions. | ![]() |
| list_settings/0 | List settings to current_output. | ![]() |
| list_settings/1 | List settings to current_output. | ![]() |
| load_settings/1 | Load local settings from File. | ![]() |
| load_settings/2 | Load local settings from File. | ![]() |
| restore_setting/1 | Restore the value of setting Name to its default. | ![]() |
| save_settings/0 | Save modified settings to File. | ![]() |
| save_settings/1 | Save modified settings to File. | ![]() |
| set_setting/2 | Change a setting. | ![]() |
| set_setting_default/2 | Change the default for a setting. | ![]() |
| setting/2 | True when Name is a currently defined setting with Value. | ![]() |
| setting/4 | Define a setting. | ![]() |
| setting_property/2 | Query currently defined settings. | ![]() |
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![]() | ||
| dedent_lines/3 | Remove shared indentation for all lines in a string. | ![]() |
| indent_lines/3 | Add Prefix to the beginning of lines in In. | ![]() |
| indent_lines/4 | Similar to indent_lines/3, but only adds Prefix to lines for which call(Filter, Line) succeeds. | ![]() |
| interpolate_string/4 | Establish a string from a template by replacing patterns. | ![]() |
| string/4 | Implements the quasi quotation syntax string. | ![]() |
| string_lines/2 | True when String represents Lines. | ![]() |
system.pl -- System utilities![]() | ||
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 -- Lambda expressions![]() | ||