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![]() | ||
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 -- Print debug messages and test assertions![]() | ||
dialect.pl![]() | ||
| expects_dialect/1 | Tell Prolog all subsequent code to the end of the file or the next :- expects_dialect/1 directive is written for the indicated Dialect. | ![]() |
| source_exports/2 | True if Source exports Export. | ![]() |
dicts.pl -- Dict utilities![]() | ||
dif.pl -- The dif/2 constraint![]() | ||
edinburgh.pl -- Some traditional Edinburgh predicates![]() | ||
error.pl![]() | ||
| current_encoding/1 | True if Name is the name of a supported encoding. | ![]() |
| current_type/3 | True when Type is a currently defined type and Var satisfies Type of the body term Body succeeds. | ![]() |
| domain_error/2 | The argument is of the proper type, but has a value that is outside the supported values. | ![]() |
| existence_error/2 | Culprit is of the correct type and correct domain, but there is no existing (external) resource of type ObjectType that is represented by it. | ![]() |
| existence_error/3 | Culprit is of the correct type and correct domain, but there is no existing (external) resource of type ObjectType that is represented by it in the provided set. | ![]() |
| has_type/2 | True if Term satisfies Type. | ![]() |
| instantiation_error/1 | An argument is under-instantiated. | ![]() |
| is_of_type/2 | True if Term satisfies Type. | ![]() |
| must_be/2 | True if Term satisfies the type constraints for Type. | ![]() |
| permission_error/3 | It is not allowed to perform Operation on (whatever is represented by) Culprit that is of the given PermissionType (in fact, the ISO Standard is confusing and vague about these terms' meaning). | ![]() |
| representation_error/1 | A representation error indicates a limitation of the implementation. | ![]() |
| resource_error/1 | A goal cannot be completed due to lack of resources. | ![]() |
| syntax_error/1 | A text has invalid syntax. | ![]() |
| type_error/2 | Tell the user that Culprit is not of the expected ValidType. | ![]() |
| uninstantiation_error/1 | An argument is over-instantiated. | ![]() |
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![]() | ||
intercept.pl -- Intercept and signal interface![]() | ||
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. | ![]() |
listing.pl -- List programs and pretty print clauses![]() | ||
lists.pl -- List Manipulation![]() | ||
main.pl -- Provide entry point for scripts![]() | ||
make.pl![]() | ||
| make/0 | Reload all source files that have been changed since they were loaded. | ![]() |
| make_reload_file/1 | Reload file into the proper module. | ![]() |
modules.pl -- Module utility predicates![]() | ||
nb_set.pl![]() | ||
| add_nb_set/2 | Insert Key into the set. | ![]() |
| add_nb_set/3 | Insert Key into the set. | ![]() |
| empty_nb_set/1 | Create an empty non-backtrackable set. | ![]() |
| gen_nb_set/2 | Enumerate the members of a set in the standard order of terms. | ![]() |
| nb_set_to_list/2 | Get the elements of a an nb_set. | ![]() |
| size_nb_set/2 | Unify Size with the number of elements in the set. | ![]() |
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![]() | ||
| assert_predicate_options/4 | As predicate_options(:PI, +Arg, +Options). | ![]() |
| check_predicate_option/3 | Verify predicate options at runtime. | ![]() |
| check_predicate_options/0 | Analyse loaded program for erroneous options. | ![]() |
| check_predicate_options/1 | Verify calls to predicates that have options in all clauses of the predicate indicated by PredicateIndicator. | ![]() |
| current_option_arg/2 | True when Arg of PI processes predicate options. | ![]() |
| current_predicate_option/3 | True when Arg of PI processes Option. | ![]() |
| current_predicate_options/3 | True when Options is the current active option declaration for PI on Arg. | ![]() |
| derive_predicate_options/0 | Derive new predicate option declarations. | ![]() |
| derived_predicate_options/1 | Derive predicate option declarations for a module. | ![]() |
| derived_predicate_options/3 | Derive option arguments using static analysis. | ![]() |
| predicate_options/3 | Declare that the predicate PI processes options on Arg. | ![]() |
| retractall_predicate_options/0 | Remove all dynamically (derived) 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_coverage.pl -- Coverage analysis tool![]() | ||
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_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 -- Pure Input from files and streams![]() | ||
quasi_quotations.pl -- Define Quasi Quotation syntax![]() | ||
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![]() | ||
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 -- 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![]() | ||