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![]() | ||
| 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![]() | ||
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![]() | ||
macros.pl![]() | ||
| expand_macros/5 | Perform macro expansion on TermIn with layout PosIn to produce TermOut with layout PosOut. | ![]() |
| include_macros/3 | Include macros from another module. | ![]() |
| macro_position/1 | True when Position is the position of the macro. | ![]() |
main.pl -- Provide entry point for scripts![]() | ||
modules.pl![]() | ||
| current_temporary_module/1 | True when we are executing in the given temporary module context. | ![]() |
| in_temporary_module/3 | Run Goal on temporary loaded sources and discard the module and loaded predicates after completion. | ![]() |
nb_set.pl -- Non-backtrackable sets![]() | ||
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![]() | ||
portray_text.pl![]() | ||
| portray_text/1 | Switch portraying on or off. | ![]() |
| set_portray_text/2 | Set options for portraying. | ![]() |
| set_portray_text/3 | Set options for portraying. | ![]() |
pprint.pl -- Pretty Print Prolog terms![]() | ||
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_colourise_query/3 | Colourise a query, to be executed in the context of SourceId. | ![]() |
| prolog_colourise_stream/3 | Determine colour fragments for the data on Stream. | ![]() |
| prolog_colourise_stream/4 | Determine colour fragments for the data on Stream. | ![]() |
| prolog_colourise_term/4 | Colourise the next term on Stream. | ![]() |
| syntax_colour/2 | True when a range classified Class must be coloured using Attributes. | ![]() |
| vararg_goal_classification/3 | Multifile hookable classification for vararg predicates. | ![]() |
prolog_config.pl -- Provide configuration information![]() | ||
prolog_format.pl -- Analyse format specifications![]() | ||
prolog_history.pl![]() | ||
| prolog_history/1 | Execute Action on the 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![]() | ||
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_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![]() | ||
rwlocks.pl![]() | ||
| with_rwlock/3 | Run Goal, synchronized with LockId in ModeSpec. | ![]() |
| with_rwlock/4 | Run Goal, synchronized with LockId in ModeSpec. | ![]() |
sandbox.pl![]() | ||
settings.pl -- Setting management![]() | ||
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![]() | ||
streams.pl![]() | ||
| with_output_to/3 | Run Goal and once/1 while capturing all output to all streams (current_output, user_output and user_error) in the string Output. | ![]() |
strings.pl -- String utilities![]() | ||
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![]() | ||
zip.pl -- Access resource ZIP archives![]() | ||