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![]() | ||
| arithmetic_expression_value/2 | True when Result unifies with the arithmetic result of evaluating Expression. | ![]() |
| arithmetic_function/1 | Declare a predicate as an arithmetic function. | ![]() |
assoc.pl -- Binary associations![]() | ||
atom.pl -- Operations on atoms![]() | ||
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![]() | ||
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![]() | ||
explain.pl![]() | ||
| explain/1 | Give an explanation on Term. | ![]() |
| explain/2 | True when Explanation is an explanation of Term. | ![]() |
gensym.pl![]() | ||
| gensym/2 | Generate <Base>1, <Base>2, etc atoms on each subsequent call. | ![]() |
| reset_gensym/0 | Reset gensym for all registered keys. | ![]() |
| reset_gensym/1 | Restart generation of identifiers from Base at <Base>1. | ![]() |
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![]() | ||
modules.pl -- Module utility predicates![]() | ||
occurs.pl![]() | ||
| contains_term/2 | Succeeds if Sub is contained in Term (=, deterministically). | ![]() |
| contains_var/2 | Succeeds if Sub is contained in Term (==, deterministically). | ![]() |
| free_of_term/2 | Succeeds of Sub does not unify to any subterm of Term. | ![]() |
| free_of_var/2 | Succeeds of Sub is not equal (==) to any subterm of Term. | ![]() |
| occurrences_of_term/3 | Count the number of SubTerms in Term that unify with SubTerm. | ![]() |
| occurrences_of_var/3 | Count the number of SubTerms in Term that are equal to SubTerm. | ![]() |
| sub_term/2 | Generates (on backtracking) all subterms of Term. | ![]() |
| sub_term_shared_variables/3 | If Sub is a sub term of Term, Vars is bound to the list of variables in Sub that also appear outside Sub in Term. | ![]() |
| sub_var/2 | Generates (on backtracking) all subterms (==) of Term. | ![]() |
operators.pl -- Manage operators![]() | ||
option.pl -- Option list processing![]() | ||
ordsets.pl -- Ordered set manipulation![]() | ||
pairs.pl -- Operations on key-value lists![]() | ||
persistency.pl -- Provide persistent dynamic predicates![]() | ||
pio.pl -- Pure I/O![]() | ||
portray_text.pl -- Portray text![]() | ||
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_format.pl -- Analyse format specifications![]() | ||
prolog_jiti.pl -- Just In Time Indexing (JITI) utilities![]() | ||
prolog_pack.pl -- A package manager for Prolog![]() | ||
prolog_profile.pl -- Execution profiler![]() | ||
prolog_source.pl -- Examine Prolog source-files![]() | ||
prolog_stack.pl -- Examine the Prolog stack![]() | ||
prolog_wrap.pl -- Wrapping predicates![]() | ||
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_file_to_codes/3 | Read the file Spec into a list of Codes. | ![]() |
| read_file_to_string/3 | Read the file Spec into a the string String. | ![]() |
| read_file_to_terms/3 | Read the file Spec into a list of terms. | ![]() |
| read_line_to_codes/2 | Read the next line of input from Stream. | ![]() |
| read_line_to_codes/3 | Difference-list version to read an input line to a list of character codes. | ![]() |
| read_line_to_string/2 | Read the next line from Stream into String. | ![]() |
| read_stream_to_codes/2 | Read input from Stream to a list of character codes. | ![]() |
| read_stream_to_codes/3 | Read input from Stream to a list of character codes. | ![]() |
record.pl -- Access compound arguments by name![]() | ||
sandbox.pl![]() | ||
settings.pl -- Setting management![]() | ||
shell.pl -- Elementary shell commands![]() | ||
shlib.pl![]() | ||
| compat_arch/2 | User definable hook to establish if Arch1 is compatible with Arch2 when running a shared object. | ![]() |
| current_foreign_library/2 | Query currently loaded shared libraries. | ![]() |
| load_foreign_library/1 | Load a shared object or DLL. | ![]() |
| load_foreign_library/2 | Load a shared object or DLL. | ![]() |
| reload_foreign_libraries/0 | Reload all foreign libraries loaded (after restore of a state created using qsave_program/2. | ![]() |
| unload_foreign_library/1 | Unload a shared object or DLL. | ![]() |
| unload_foreign_library/2 | Unload a shared object or DLL. | ![]() |
| use_foreign_library/1 | Load and install a foreign library as load_foreign_library/1,2 and register the installation using initialization/2 with the option now. | ![]() |
| use_foreign_library/2 | Load and install a foreign library as load_foreign_library/1,2 and register the installation using initialization/2 with the option now. | ![]() |
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_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![]() | ||
| //2 | Shorthand for Free/[]>>Lambda. | ![]() |
| //3 | Shorthand for Free/[]>>Lambda. | ![]() |
| //4 | Shorthand for Free/[]>>Lambda. | ![]() |
| //5 | Shorthand for Free/[]>>Lambda. | ![]() |
| //6 | Shorthand for Free/[]>>Lambda. | ![]() |
| //7 | Shorthand for Free/[]>>Lambda. | ![]() |
| //8 | Shorthand for Free/[]>>Lambda. | ![]() |
| //9 | Shorthand for Free/[]>>Lambda. | ![]() |
| >>/2 | Calls a copy of Lambda. | ![]() |
| >>/3 | Calls a copy of Lambda. | ![]() |
| >>/4 | Calls a copy of Lambda. | ![]() |
| >>/5 | Calls a copy of Lambda. | ![]() |
| >>/6 | Calls a copy of Lambda. | ![]() |
| >>/7 | Calls a copy of Lambda. | ![]() |
| >>/8 | Calls a copy of Lambda. | ![]() |
| >>/9 | Calls a copy of Lambda. | ![]() |
| is_lambda/1 | True if Term is a valid Lambda expression. | ![]() |
| lambda_calls/2 | Goal is the goal called if call/N is applied to LambdaExpression, where ExtraArgs are the additional arguments to call/N. | ![]() |
| lambda_calls/3 | Goal is the goal called if call/N is applied to LambdaExpression, where ExtraArgs are the additional arguments to call/N. | ![]() |