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 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![]() | ||
edit.pl -- Editor interface![]() | ||
error.pl![]() | ||
gensym.pl -- Generate unique symbols![]() | ||
git.pl -- Run GIT commands![]() | ||
hashtable.pl -- Hash tables![]() | ||
heaps.pl -- heaps/priority queues![]() | ||
help.pl -- Text based manual![]() | ||
increval.pl -- Incremental dynamic predicate modification![]() | ||
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![]() | ||
make.pl -- Reload modified source files![]() | ||
modules.pl -- Module utility predicates![]() | ||
occurs.pl -- Finding and counting sub-terms![]() | ||
operators.pl -- Manage operators![]() | ||
option.pl -- Option list processing![]() | ||
optparse.pl -- command line parsing![]() | ||
ordsets.pl -- Ordered set manipulation![]() | ||
oset.pl![]() | ||
| oset_addel/3 | Ordered set element addition. | ![]() |
| oset_delel/3 | Ordered set element deletion. | ![]() |
| oset_diff/3 | Ordered set difference. | ![]() |
| oset_dint/2 | Distributed intersection. | ![]() |
| oset_dunion/2 | Distributed union. | ![]() |
| oset_int/3 | ordered set intersection. | ![]() |
| oset_is/1 | check that OSet in correct format (standard order). | ![]() |
| oset_power/2 | True when PSet is the powerset of Set. | ![]() |
| oset_union/3 | Union is the union of OSet1 and OSet2. | ![]() |
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_autoload.pl![]() | ||
| autoload_all/0 | Force all necessary autoloading to be done now. | ![]() |
| autoload_all/1 | Force all necessary autoloading to be done now. | ![]() |
prolog_breakpoints.pl -- Manage Prolog break-points![]() | ||
prolog_clause.pl![]() | ||
prolog_code.pl -- Utilities for reasoning about code![]() | ||
prolog_codewalk.pl -- Prolog code walker![]() | ||
prolog_colour.pl -- Prolog syntax colouring support.![]() | ||
prolog_debug.pl -- User level debugging tools![]() | ||
prolog_format.pl -- Analyse format specifications![]() | ||
prolog_history.pl![]() | ||
| prolog_history/1 | Execute Action on the history. | ![]() |
prolog_metainference.pl![]() | ||
| infer_meta_predicate/2 | True when MetaSpec is a meta-predicate specifier for the predicate Head. | ![]() |
| inferred_meta_predicate/2 | True when MetaSpec is an inferred meta-predicate specification for Head. | ![]() |
prolog_pack.pl -- A package manager for Prolog![]() | ||
prolog_profile.pl![]() | ||
| profile/1 | Run once(Goal) under the execution profiler. | ![]() |
| profile/2 | Run once(Goal) under the execution profiler. | ![]() |
| profile_data/1 | Gather all relevant data from profiler. | ![]() |
| profile_procedure_data/2 | Collect data for Pred. | ![]() |
| show_profile/1 | Display last collected profiling data. | ![]() |
prolog_source.pl -- Examine Prolog source-files![]() | ||
prolog_stack.pl -- Examine the Prolog stack![]() | ||
prolog_trace.pl -- Print access to predicates![]() | ||
prolog_versions.pl -- Demand specific (Prolog) versions![]() | ||
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 -- Quintus compatibility![]() | ||
random.pl -- Random numbers![]() | ||
rbtrees.pl -- Red black trees![]() | ||
readutil.pl -- Read utilities![]() | ||
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 -- 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![]() | ||
streams.pl -- Manage Prolog streams![]() | ||
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![]() | ||
ugraphs.pl![]() | ||
| add_edges/3 | Unify NewGraph with a new graph obtained by adding the list of Edges to Graph. | ![]() |
| add_vertices/3 | Unify NewGraph with a new graph obtained by adding the list of Vertices to Graph. | ![]() |
| complement/2 | UGraphOut is a ugraph with an edge between all vertices that are not connected in UGraphIn and all edges from UGraphIn removed. | ![]() |
| compose/3 | Compose NewGraph by connecting the drains of LeftGraph to the sources of RightGraph. | ![]() |
| connect_ugraph/3 | Adds Start as an additional vertex that is connected to all vertices in UGraphIn. | ![]() |
| del_edges/3 | Unify NewGraph with a new graph obtained by removing the list of Edges from Graph. | ![]() |
| del_vertices/3 | Unify NewGraph with a new graph obtained by deleting the list of Vertices and all the edges that start from or go to a vertex in Vertices to the Graph. | ![]() |
| edges/2 | Unify Edges with all edges appearing in Graph. | ![]() |
| neighbors/3 | Neigbours is a sorted list of the neighbours of Vertex in Graph. | ![]() |
| neighbours/3 | Neigbours is a sorted list of the neighbours of Vertex in Graph. | ![]() |
| reachable/3 | True when Vertices is an ordered set of vertices reachable in UGraph, including Vertex. | ![]() |
| top_sort/2 | Sort vertices topologically. | ![]() |
| transitive_closure/2 | Generate the graph Closure as the transitive closure of Graph. | ![]() |
| transpose_ugraph/2 | Unify NewGraph with a new graph obtained from Graph by replacing all edges of the form V1-V2 by edges of the form V2-V1. | ![]() |
| ugraph_layers/2 | Sort vertices topologically. | ![]() |
| ugraph_union/3 | NewGraph is the union of Graph1 and Graph2. | ![]() |
| vertices/2 | Unify Vertices with all vertices appearing in Graph. | ![]() |
| vertices_edges_to_ugraph/3 | Create a UGraph from Vertices and Edges. | ![]() |
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![]() | ||
| answer_residual/2 | True when Goal resolves to a tabled predicate and Residual is the residual goal associated with an answer for Goal. | ![]() |
| call_delays/2 | True when Goal is true with Delays. | ![]() |
| call_residual_program/2 | Call Goal and return the full residual program as a list of Clauses. | ![]() |
| delays_residual_program/2 | Given a delay as returned by call_delays/2, produce a set of clauses the represents the complete residual program responsible for these delays, The program contains at least one loop through tnot/1 and is either inconsistent or has multiple models according to the stable model semantics. | ![]() |
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. | ![]() |