aggregate.pl -- Aggregation operators on backtrackable predicates![]() | ||
|---|---|---|
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 -- Process CSV (Comma-Separated Values) data![]() | ||
ctypes.pl -- Character code classification![]() | ||
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 -- 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![]() | ||
intercept.pl -- Intercept and signal interface![]() | ||
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![]() | ||
make.pl -- Reload modified source files![]() | ||
modules.pl -- Module utility predicates![]() | ||
nb_set.pl -- Non-backtrackable sets![]() | ||
occurs.pl -- Finding and counting sub-terms![]() | ||
operators.pl -- Manage operators![]() | ||
option.pl -- Option list processing![]() | ||
optparse.pl![]() | ||
| opt_arguments/3 | Extract commandline options according to a specification. | ![]() |
| opt_help/2 | True when Help is a help string synthesized from OptsSpec. | ![]() |
| opt_parse/4 | Equivalent to opt_parse(OptsSpec, ApplArgs, Opts, PositionalArgs, []). | ![]() |
| opt_parse/5 | Parse the arguments Args (as list of atoms) according to OptsSpec. | ![]() |
| parse_type/3 | Hook to parse option text Codes to an object of type Type. | ![]() |
ordsets.pl -- Ordered set manipulation![]() | ||
pairs.pl![]() | ||
| group_pairs_by_key/2 | Group values with equivalent (==/2) consecutive keys. | ![]() |
| map_list_to_pairs/3 | Create a Key-Value list by mapping each element of List. | ![]() |
| pairs_keys/2 | Remove the values from a list of Key-Value pairs. | ![]() |
| pairs_keys_values/3 | True if Keys holds the keys of Pairs and Values the values. | ![]() |
| pairs_values/2 | Remove the keys from a list of Key-Value pairs. | ![]() |
| transpose_pairs/2 | Swap Key-Value to Value-Key. | ![]() |
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 dependencies![]() | ||
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_config.pl -- Provide configuration information![]() | ||
prolog_coverage.pl -- Coverage analysis tool![]() | ||
prolog_debug.pl -- User level debugging tools![]() | ||
prolog_format.pl -- Analyse format specifications![]() | ||
prolog_history.pl -- Per-directory persistent commandline history![]() | ||
prolog_pack.pl -- A package manager for Prolog![]() | ||
prolog_profile.pl -- Execution profiler![]() | ||
prolog_source.pl -- Examine Prolog source-files![]() | ||
prolog_stack.pl -- Examine the Prolog stack![]() | ||
prolog_versions.pl -- Demand specific (Prolog) versions![]() | ||
prolog_wrap.pl![]() | ||
| current_predicate_wrapper/4 | True if Head is wrapped with Body. | ![]() |
| unwrap_predicate/2 | Remove the outermost wrapper whose name unifies with Name. | |
| wrap_predicate/4 | Wrap the predicate referenced by Head using Body. | ![]() |
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_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![]() | ||
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![]() | ||
strings.pl![]() | ||
| dedent_lines/3 | Remove shared indentation for all lines in a string. | ![]() |
| indent_lines/3 | Add Prefix to the beginning of lines in In. | ![]() |
| indent_lines/4 | Similar to indent_lines/3, but only adds Prefix to lines for which call(Filter, Line) succeeds. | ![]() |
| interpolate_string/4 | Establish a string from a template by replacing patterns. | ![]() |
| string/4 | Implements the quasi quotation syntax string. | ![]() |
| string_lines/2 | True when String represents Lines. | ![]() |
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![]() | ||