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![]() | ||
apply_macros_sentinel/0 | Used to detect that library(apply_macros) is loaded into the current context explicitly. | ![]() |
expand_phrase/2 | Provide goal-expansion for PhraseGoal. | ![]() |
expand_phrase/4 | Provide goal-expansion for PhraseGoal. | ![]() |
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![]() | ||
csv/3 | Prolog DCG to `read/write' CSV data. | ![]() |
csv/4 | Prolog DCG to `read/write' CSV data. | ![]() |
csv_options/2 | Compiled is the compiled representation of the CSV processing options as they may be passed into csv//2, etc. | ![]() |
csv_read_file/2 | Read a CSV file into a list of rows. | ![]() |
csv_read_file/3 | Read a CSV file into a list of rows. | ![]() |
csv_read_file_row/3 | True when Row is a row in File. | ![]() |
csv_read_row/3 | Read the next CSV record from Stream and unify the result with Row. | ![]() |
csv_read_stream/3 | Read CSV data from Stream. | ![]() |
csv_write_file/2 | Write a list of Prolog terms to a CSV file. | ![]() |
csv_write_file/3 | Write a list of Prolog terms to a CSV file. | ![]() |
csv_write_stream/3 | Write the rows in Data to Stream. | ![]() |
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 -- 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![]() | ||
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![]() | ||
pairs.pl -- Operations on key-value lists![]() | ||
persistency.pl -- Provide persistent dynamic predicates![]() | ||
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_codewalk.pl -- Prolog code walker![]() | ||
prolog_colour.pl -- Prolog syntax colouring support.![]() | ||
prolog_coverage.pl![]() | ||
cov_load_data/2 | Reload coverage data from File. | ![]() |
cov_property/1 | True when coverage analysis satisfies Property. | ![]() |
cov_reset/0 | Discard all collected coverage data. | ![]() |
cov_save_data/2 | Save the coverage information to File. | ![]() |
coverage/1 | As call(Goal) , collecting coverage information while Goal is running. | ![]() |
coverage/2 | Collect and optionally report coverage by Goal. | ![]() |
report_hook/2 | This hook is called after the data collection. | ![]() |
show_coverage/1 | Show collected coverage data. | ![]() |
prolog_format.pl -- Analyse format specifications![]() | ||
prolog_jiti.pl![]() | ||
jiti_list/0 | List the JITI (Just In Time Indexes) of selected predicates. | ![]() |
jiti_list/1 | List the JITI (Just In Time Indexes) of selected predicates. | ![]() |
jiti_suggest_modes/0 | Propose modes for the predicates referenced by Spec. | ![]() |
jiti_suggest_modes/1 | Propose modes for the predicates referenced by Spec. | ![]() |
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_xref.pl -- Prolog cross-referencer data collection![]() | ||
pure_input.pl![]() | ||
lazy_list_character_count/3 | True when CharCount is the current character count in the Lazy list. | ![]() |
lazy_list_location/3 | Determine current (error) location in a lazy list. | ![]() |
phrase_from_file/2 | Process the content of File using the DCG rule Grammar. | ![]() |
phrase_from_file/3 | As phrase_from_file/2, providing additional Options. | ![]() |
phrase_from_stream/2 | Run Grammer against the character codes on Stream. | ![]() |
stream_to_lazy_list/2 | Create a lazy list representing the character codes in Stream. | ![]() |
syntax_error/3 | Throw the syntax error Error at the current location of the input. | ![]() |
qsave.pl -- Save current program as a state or executable![]() | ||
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![]() | ||
current_record/2 | True if Name is the name of a record defined in the module associated with Term and Term is the user-provided record declaration. | ![]() |
current_record_predicate/2 | True if PI is the predicate indicator for an access predicate to Record. | ![]() |
record/1 | Define access predicates for a compound-term. | ![]() |
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![]() | ||
tables.pl -- XSB interface to tables![]() | ||
terms.pl -- Term manipulation![]() | ||
thread_pool.pl![]() | ||
create_pool/1 | Hook to create a thread pool lazily. | ![]() |
current_thread_pool/1 | True if Name refers to a defined thread pool. | ![]() |
thread_create_in_pool/4 | Create a thread in Pool. | ![]() |
thread_pool_create/3 | Create a pool of threads. | ![]() |
thread_pool_destroy/1 | Destroy the thread pool named Name. | ![]() |
thread_pool_property/2 | True if Property is a property of thread pool Name. | ![]() |
worker_exitted/3 | It is possible that '__thread_pool_manager' no longer exists while closing down the process because the manager was killed before the worker. | ![]() |
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![]() | ||
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 -- Lambda expressions![]() | ||
zip.pl -- Access resource ZIP archives![]() |