List extension packs
/home/mlunife/.local/share/swi-prolog/pack/bddem/prolog
/home/mlunife/.local/share/swi-prolog/pack/trill/prolog
/home/mlunife/trill-on-swish
/home/mlunife/trill-on-swish/config-enabled
/home/mlunife/trill-on-swish/lib
/home/mlunife/trill-on-swish/lib/render
/home/mlunife/trill-on-swish/pack/profile/prolog
/usr/local/lib/swipl
/usr/local/lib/swipl/boot
/usr/local/lib/swipl/library
/usr/local/lib/swipl/library/clp
/usr/local/lib/swipl/library/dcg
/usr/local/lib/swipl/library/dialect
/usr/local/lib/swipl/library/dialect/swi
/usr/local/lib/swipl/library/ext/RDF
/usr/local/lib/swipl/library/ext/archive
/usr/local/lib/swipl/library/ext/bdb
/usr/local/lib/swipl/library/ext/chr
/usr/local/lib/swipl/library/ext/chr/chr
/usr/local/lib/swipl/library/ext/clib
/usr/local/lib/swipl/library/ext/clpqr
/usr/local/lib/swipl/library/ext/clpqr/clpq
/usr/local/lib/swipl/library/ext/clpqr/clpqr
/usr/local/lib/swipl/library/ext/http/http
/usr/local/lib/swipl/library/ext/libedit
/usr/local/lib/swipl/library/ext/mqi
/usr/local/lib/swipl/library/ext/nlp
/usr/local/lib/swipl/library/ext/odbc
/usr/local/lib/swipl/library/ext/paxos
/usr/local/lib/swipl/library/ext/pcre
/usr/local/lib/swipl/library/ext/pengines
/usr/local/lib/swipl/library/ext/pldoc
/usr/local/lib/swipl/library/ext/pldoc/pldoc
/usr/local/lib/swipl/library/ext/plunit
/usr/local/lib/swipl/library/ext/protobufs
/usr/local/lib/swipl/library/ext/readline
/usr/local/lib/swipl/library/ext/redis
/usr/local/lib/swipl/library/ext/semweb/semweb
/usr/local/lib/swipl/library/ext/sgml
/usr/local/lib/swipl/library/ext/ssl
/usr/local/lib/swipl/library/ext/ssl/http
/usr/local/lib/swipl/library/ext/stomp
/usr/local/lib/swipl/library/ext/swipy
/usr/local/lib/swipl/library/ext/table
/usr/local/lib/swipl/library/ext/utf8proc
/usr/local/lib/swipl/library/ext/zlib
/usr/local/lib/swipl/library/http
/usr/local/lib/swipl/library/lynx
/usr/local/lib/swipl/xpce/prolog/boot
/usr/local/lib/swipl/xpce/prolog/lib
/usr/local/lib/swipl/xpce/prolog/lib/english
/usr/local/lib/swipl/library/arithmetic.pl
All
Application
Manual
Name
Summary
Help
swipl
library
error.pl
debug.pl -- Print debug messages and test assertions
apply.pl -- Apply predicates on a list
lists.pl -- List Manipulation
broadcast.pl -- Event service
shlib.pl
option.pl
thread_pool.pl
gensym.pl
settings.pl -- Setting management
arithmetic.pl -- Extensible arithmetic
arithmetic_function/1
arithmetic_expression_value/2
main.pl -- Provide entry point for scripts
readutil.pl
operators.pl -- Manage operators
pairs.pl -- Operations on key-value lists
prolog_source.pl -- Examine Prolog source-files
record.pl
quasi_quotations.pl
pure_input.pl -- Pure Input from files and streams
solution_sequences.pl
ordsets.pl -- Ordered set manipulation
random.pl -- Random numbers
base64.pl -- Base64 encoding and decoding
aggregate.pl -- Aggregation operators on backtrackable predicates
yall.pl -- Lambda expressions
sandbox.pl
apply_macros.pl -- Goal expansion rules to avoid meta-calling
assoc.pl -- Binary associations
prolog_format.pl
predicate_options.pl
csv.pl -- Process CSV (Comma-Separated Values) data
pprint.pl -- Pretty Print Prolog terms
atom.pl -- Operations on atoms
modules.pl
occurs.pl
prolog_xref.pl
prolog_colour.pl
lazy_lists.pl
ugraphs.pl
url.pl -- Analysing and constructing URL
www_browser.pl -- Open a URL in the users browser
prolog_pack.pl
git.pl
rbtrees.pl
dif.pl -- The dif/2 constraint
charsio.pl -- I/O on Lists of Character Codes
prolog_stack.pl -- Examine the Prolog stack
edinburgh.pl -- Some traditional Edinburgh predicates
prolog_clause.pl
prolog_breakpoints.pl
wfs.pl
dialect.pl -- Support multiple Prolog dialects
prolog_code.pl -- Utilities for reasoning about code
sort.pl
iostream.pl -- Utilities to deal with streams
dicts.pl -- Dict utilities
varnumbers.pl
persistency.pl
date.pl -- Process dates and times
base32.pl
codesio.pl -- I/O on Lists of Character Codes
coinduction.pl
heaps.pl
statistics.pl
terms.pl
utf8.pl
when.pl
backcomp.pl -- Backward compatibility
strings.pl
system.pl -- System utilities
quintus.pl -- Quintus compatibility
qsave.pl
zip.pl
check.pl -- Consistency checking
explain.pl
writef.pl
optparse.pl
prolog_wrap.pl
macros.pl
threadutil.pl -- Interactive thread utilities
make.pl
prolog_profile.pl
files.pl
prolog_autoload.pl -- Autoload all dependencies
help.pl -- Text based manual
ctypes.pl -- Character code classification
ansi_term.pl
nb_set.pl
listing.pl
fastrw.pl
prolog_trace.pl
edit.pl -- Editor interface
prolog_jiti.pl
prolog_metainference.pl
portray_text.pl
prolog_history.pl
thread.pl
shell.pl -- Elementary shell commands
intercept.pl -- Intercept and signal interface
tables.pl
rwlocks.pl
prolog_versions.pl
prolog_coverage.pl -- Coverage analysis tool
increval.pl
prolog_debug.pl
streams.pl -- Manage Prolog streams
oset.pl
exceptions.pl
prolog_codewalk.pl
hashtable.pl
arithmetic_expression_value
(:Expression, -Result)
is
det
True when
Result
unifies with the arithmetic result of evaluating
Expression
.