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![]() | ||
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 -- 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_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![]() | ||
| called_by/2 | If this succeeds, the cross-referencer assumes Goal may call any of the goals in ListOfCalled. | ![]() |
| called_by/4 | True when Called is a list of callable terms called from Goal, handled by the predicate Module:Goal and executed in the context of the module Context. | ![]() |
| hook/1 | True if Goal is a hook that is called spontaneously (e.g., from foreign code). | ![]() |
| meta_goal/2 | Define meta-predicates. | ![]() |
| xref_called/3 | True when By is called from Called in Source. | ![]() |
| xref_called/4 | True when By is called from Called in Source. | ![]() |
| xref_called/5 | True when By is called from Called in Source. | ![]() |
| xref_clean/1 | Reset the database for the given source. | ![]() |
| xref_comment/3 | Is true when Source has a section comment with Title and Comment. | ![]() |
| xref_comment/4 | Is true when Head in Source has the given PlDoc comment. | ![]() |
| xref_current_source/1 | Check what sources have been analysed. | ![]() |
| xref_defined/3 | Test if Goal is accessible in Source. | ![]() |
| xref_definition_line/2 | If the 3th argument of xref_defined contains line info, return this in Line. | ![]() |
| xref_done/2 | Cross-reference executed at Time. | ![]() |
| xref_exported/2 | True when Source exports Head. | ![]() |
| xref_hook/1 | Definition of known hooks. | ![]() |
| xref_meta/2 | True when Called is a list of terms called from Head. | ![]() |
| xref_meta/3 | True when Head calls Called in Source. | ![]() |
| xref_mode/3 | Is true when Source provides a predicate with Mode and determinism. | ![]() |
| xref_module/2 | True if Module is defined in Source. | ![]() |
| xref_op/2 | Give the operators active inside the module. | ![]() |
| xref_option/2 | True when Source was processed using Option. | ![]() |
| xref_prolog_flag/4 | True when Flag is set to Value at Line in Source. | ![]() |
| xref_public_list/3 | Find meta-information about File. | ![]() |
| xref_public_list/4 | Find meta-information about File. | ![]() |
| xref_public_list/6 | Find meta-information about File. | ![]() |
| xref_public_list/7 | Find meta-information about File. | ![]() |
| xref_source/1 | Generate the cross-reference data for Source if not already done and the source is not modified. | ![]() |
| xref_source/2 | Generate the cross-reference data for Source if not already done and the source is not modified. | ![]() |
| xref_source_file/3 | Find named source file from Spec, relative to Src. | ![]() |
| xref_source_file/4 | Find named source file from Spec, relative to Src. | ![]() |
| xref_uses_file/3 | True when Source tries to load a file using Spec. | ![]() |
pure_input.pl -- Pure Input from files and streams![]() | ||
quasi_quotations.pl -- Define Quasi Quotation syntax![]() | ||
quintus.pl -- Quintus compatibility![]() | ||
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![]() | ||
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.pl -- High level thread primitives![]() | ||
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![]() | ||