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 encoding and decoding![]() | ||
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![]() | ||
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![]() | ||
error.pl![]() | ||
fastrw.pl![]() | ||
| fast_read/1 | The next term is read from current standard input and is unified with Term. | ![]() |
| fast_write/1 | Output Term in a way that fast_read/1 and fast_read/2 will be able to read it back. | ![]() |
| fast_write_to_string/3 | Perform a fast-write to the difference-slist String\Tail. | ![]() |
files.pl![]() | ||
gensym.pl -- Generate unique symbols![]() | ||
git.pl -- Run GIT commands![]() | ||
hashtable.pl -- Hash tables![]() | ||
heaps.pl -- heaps/priority queues![]() | ||
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![]() | ||
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![]() | ||
portray_text.pl -- Portray text![]() | ||
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![]() | ||
| debug_control_hook/1 | Allow user-hooks in the Prolog debugger interaction. | |
| debugging/0 | Report current status of the debugger. | ![]() |
| debugging_hook/1 | Multifile hook that is called as forall(debugging_hook(DebugMode), true) and that may be used to extend the information printed from other debugging libraries. | ![]() |
| exception_hook/5 | Trap exceptions and consider whether or not to start the tracer. | ![]() |
| nospy/1 | Set/clear spy-points. | ![]() |
| nospyall/0 | Set/clear spy-points. | ![]() |
| notrap/1 | Install a trap on error(Formal, Context) exceptions that unify. | ![]() |
| spy/1 | Set/clear spy-points. | ![]() |
| trap/1 | Install a trap on error(Formal, Context) exceptions that unify. | ![]() |
| trap_alias/2 | Define short hands for commonly used exceptions. | ![]() |
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![]() | ||
| list_tracing/0 | List predicates we are currently tracing. | ![]() |
| notraceall/0 | Remove all trace points. | ![]() |
| trace/1 | Print passes through ports of specified predicates. | ![]() |
| trace/2 | Print passes through ports of specified predicates. | ![]() |
| tracing/2 | True if Spec is traced using Ports. | ![]() |
prolog_wrap.pl -- Wrapping 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![]() | ||
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![]() | ||
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 -- String utilities![]() | ||
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![]() | ||
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![]() | ||