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/2 | Equivalent to base64_encoded/3 using the options as(atom) and encoding(iso_latin_1). | ![]() |
| base64/3 | Encode/decode list of character codes using base64. | ![]() |
| base64_encoded/3 | General the base64 encoding and decoding. | ![]() |
| base64_encoded/4 | ![]() | |
| base64url/2 | Translates between plaintext and base64url encoded atom or string. | ![]() |
| base64url/3 | Encode/decode list of character codes using Base64URL. | ![]() |
broadcast.pl -- Event service![]() | ||
charsio.pl -- I/O on Lists of Character Codes![]() | ||
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![]() | ||
| git/2 | Run a GIT command. | ![]() |
| git_branches/2 | True when Branches is the list of branches in the repository. | ![]() |
| git_default_branch/2 | True when BranchName is the current branch of a repository. | ![]() |
| git_default_branch/2 | True when BranchName is the default branch of a repository. | ![]() |
| git_describe/2 | Describe the running version based on GIT tags and hashes. | ![]() |
| git_hash/2 | Return the hash of the indicated object. | ![]() |
| git_ls_remote/3 | Execute git ls-remote against the remote repository to fetch references from the remote. | ![]() |
| git_ls_tree/2 | True when Entries is a list of entries in the the GIT repository, Each entry is a term:. | ![]() |
| git_open_file/4 | Open the file File in the given bare GIT repository on the given branch (treeisch). | ![]() |
| git_process_output/3 | Run a git-command and process the output with OnOutput, which is called as call(OnOutput, Stream). | ![]() |
| git_remote_branches/2 | Exploit git_ls_remote/3 to fetch the branches from a remote repository without downloading it. | ![]() |
| git_remote_url/3 | URL is the remote (fetch) URL for the given Remote. | ![]() |
| git_shortlog/3 | Fetch information like the GitWeb change overview. | ![]() |
| git_show/4 | Fetch info from a GIT commit. | ![]() |
| git_tags/2 | True when Tags is a list of git tags defined on the repository. | ![]() |
| git_tags_on_branch/3 | Tags is a list of tags in Branch on the GIT repository Dir, most recent tag first. | ![]() |
| is_git_directory/1 | True if Directory is a git directory (Either checked out or bare). | ![]() |
| is_git_hash/1 | True when Atom represents a GIT hash, i.e., a 40 digit hexadecimal string. | ![]() |
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![]() | ||
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![]() | ||
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_debug.pl -- User level debugging tools![]() | ||
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_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![]() | ||
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![]() | ||
writef.pl![]() | ||
| swritef/2 | Use writef/1 or writef/2 and write the result to a string. | ![]() |
| swritef/3 | Use writef/1 or writef/2 and write the result to a string. | ![]() |
| writef/1 | Formatted write to the current_output. | ![]() |
| writef/2 | Formatted write to the current_output. | ![]() |
www_browser.pl -- Open a URL in the users browser![]() | ||
yall.pl -- Lambda expressions![]() | ||