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/2 | Translates between plaintext and base32 encoded atom or string. | ![]() |
| base32/3 | Encode/decode list of character codes using base32. | ![]() |
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![]() | ||
| is_digit/3 | Succeeds if `C' is a digit using `Base' as base and `Weight' represents its value. | ![]() |
| is_paren/2 | True if Open is the open-parenthesis of Close. | ![]() |
| to_lower/2 | Downcase a character code. | ![]() |
| to_upper/2 | Upcase a character code. | ![]() |
| upper_lower/2 | True when U is the character code of an uppercase character and L is the character code of the corresponding lowercase character. | ![]() |
date.pl![]() | ||
| date_time_value/3 | Extract values from a date-time structure. | ![]() |
| day_of_the_week/2 | Computes the day of the week for a given date. | ![]() |
| day_of_the_year/2 | Computes the day of the year for a given date. | ![]() |
| parse_time/2 | Stamp is a timestamp created from parsing Text using the representation Format. | ![]() |
| parse_time/3 | Stamp is a timestamp created from parsing Text using the representation Format. | ![]() |
debug.pl![]() | ||
| assertion_failed/2 | This hook is called if the Goal of assertion/1 fails. | |
| debug_print_hook/3 | Hook called by debug/3. | ![]() |
| assertion/1 | Acts similar to C assert() macro. | ![]() |
| debug/1 | Add/remove a topic from being printed. | ![]() |
| debug/3 | Format a message if debug topic is enabled. | ![]() |
| debug_message_context/1 | Specify additional context for debug messages. | ![]() |
| debugging/1 | Examine debug topics. | ![]() |
| debugging/2 | Examine debug topics. | ![]() |
| list_debug_topics/0 | List currently known topics for debug/3 and their setting. | ![]() |
| list_debug_topics/1 | List currently known topics for debug/3 and their setting. | ![]() |
| nodebug/1 | Add/remove a topic from being printed. | ![]() |
dialect.pl -- Support multiple Prolog dialects![]() | ||
dicts.pl -- Dict utilities![]() | ||
dif.pl -- The dif/2 constraint![]() | ||
edinburgh.pl -- Some traditional Edinburgh predicates![]() | ||
edit.pl -- Editor interface![]() | ||
error.pl![]() | ||
explain.pl![]() | ||
| explain/1 | Give an explanation on Term. | ![]() |
| explain/2 | True when Explanation is an explanation of Term. | ![]() |
fastrw.pl -- Fast reading and writing of terms![]() | ||
gensym.pl -- Generate unique symbols![]() | ||
git.pl -- Run GIT commands![]() | ||
heaps.pl -- heaps/priority queues![]() | ||
increval.pl -- Incremental dynamic predicate modification![]() | ||
iostream.pl -- Utilities to deal with streams![]() | ||
lazy_lists.pl![]() | ||
| lazy_engine_next/4 | Lazy list iterator for engines. | ![]() |
| lazy_findall/3 | True when List is a lazy list containing the instantiations for Template for each answer of Goal. | ![]() |
| lazy_findall/4 | True when List is a lazy list containing the instantiations for Template for each answer of Goal. | ![]() |
| lazy_get_codes/4 | Lazy list iterator to get character codes from a stream. | ![]() |
| lazy_list/2 | Create a lazy list from a callback. | ![]() |
| lazy_list/3 | Create a lazy list where the next element is defined by. | ![]() |
| lazy_list_iterator/4 | Directive to create a lazy list iterator from a predicate that gets a single next value. | ![]() |
| lazy_list_length/2 | True if Len is the length of the materialized lazy list. | ![]() |
| lazy_list_materialize/1 | Materialize the lazy list. | ![]() |
| lazy_message_queue/4 | Lazy list iterator for message queues. | ![]() |
| lazy_read_lines/4 | Lazy list iterator to read lines from Stream. | ![]() |
| lazy_read_terms/4 | Turn a stream into a lazy list of Prolog terms. | ![]() |
lists.pl -- List Manipulation![]() | ||
main.pl -- Provide entry point for scripts![]() | ||
make.pl -- Reload modified source files![]() | ||
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![]() | ||
| opt_arguments/3 | Extract commandline options according to a specification. | ![]() |
| opt_help/2 | True when Help is a help string synthesized from OptsSpec. | ![]() |
| opt_parse/4 | Equivalent to opt_parse(OptsSpec, ApplArgs, Opts, PositionalArgs, []). | ![]() |
| opt_parse/5 | Parse the arguments Args (as list of atoms) according to OptsSpec. | ![]() |
| parse_type/3 | Hook to parse option text Codes to an object of type Type. | ![]() |
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![]() | ||
| print_term/2 | Pretty print a Prolog term. | ![]() |
predicate_options.pl -- Access and analyse predicate options![]() | ||
prolog_autoload.pl -- Autoload all dependencies![]() | ||
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_config.pl -- Provide configuration information![]() | ||
prolog_coverage.pl -- Coverage analysis tool![]() | ||
prolog_format.pl -- Analyse format specifications![]() | ||
prolog_history.pl -- Per-directory persistent commandline history![]() | ||
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![]() | ||
qsave.pl -- Save current program as a state or executable![]() | ||
quasi_quotations.pl -- Define Quasi Quotation syntax![]() | ||
quintus.pl![]() | ||
| abs/2 | Unify `Absolute' with the absolute value of `Number'. | ![]() |
| acos/2 | Math library predicates. | ![]() |
| asin/2 | Math library predicates. | ![]() |
| atan/2 | Math library predicates. | ![]() |
| atan2/3 | Math library predicates. | ![]() |
| atom_char/2 | Same as ISO char_code/2. | ![]() |
| ceiling/2 | Math library predicates. | ![]() |
| compile/1 | Compile files. | ![]() |
| cos/2 | Math library predicates. | ![]() |
| current_stream/3 | SICStus/Quintus and backward compatible predicate. | ![]() |
| date/1 | Get current date as date(Y,M,D). | ![]() |
| floor/2 | Math library predicates. | ![]() |
| genarg/3 | Generalised version of ISO arg/3. | ![]() |
| log/2 | Math library predicates. | ![]() |
| log10/2 | Math library predicates. | ![]() |
| midstring/3 | Too difficult to explain. | ![]() |
| midstring/4 | Too difficult to explain. | ![]() |
| midstring/5 | Too difficult to explain. | ![]() |
| midstring/6 | Too difficult to explain. | ![]() |
| no_style_check/1 | Same as SWI-Prolog style_check(-Style). | ![]() |
| on_exception/3 | ![]() | |
| otherwise/0 | For (A -> B ; otherwise -> C). | ![]() |
| pow/3 | Math library predicates. | ![]() |
| prolog_flag/2 | Same as ISO current_prolog_flag/2. | ![]() |
| raise_exception/1 | Quintus compatible exception handling. | ![]() |
| round/2 | Math library predicates. | ![]() |
| sign/2 | Math library predicates. | ![]() |
| simple/1 | Term is atomic or a variable. | ![]() |
| sin/2 | Math library predicates. | ![]() |
| skip_line/0 | Skip the rest of the current line (on Stream). | ![]() |
| skip_line/1 | Skip the rest of the current line (on Stream). | ![]() |
| sqrt/2 | Math library predicates. | ![]() |
| stream_position/3 | True when Old is the current position in Stream and the stream has been repositioned to New. | ![]() |
| tan/2 | Math library predicates. | ![]() |
| unix/1 | This predicate provides a partial emulation of the corresponding Quintus predicate. | ![]() |
random.pl -- Random numbers![]() | ||
rbtrees.pl -- Red black trees![]() | ||
readutil.pl -- Read utilities![]() | ||
record.pl -- Access compound arguments by name![]() | ||
sandbox.pl![]() | ||
settings.pl -- Setting management![]() | ||
shell.pl -- Elementary shell commands![]() | ||
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![]() | ||
tty.pl -- Terminal operations![]() | ||
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 -- Access resource ZIP archives![]() | ||