List extension packs
/home/mlunife/.local/share/swi-prolog/pack/aleph/prolog
/home/mlunife/.local/share/swi-prolog/pack/auc/prolog
/home/mlunife/.local/share/swi-prolog/pack/bddem/prolog
/home/mlunife/.local/share/swi-prolog/pack/cplint/prolog
/home/mlunife/.local/share/swi-prolog/pack/cplint_r/prolog
/home/mlunife/.local/share/swi-prolog/pack/lbfgs/prolog
/home/mlunife/.local/share/swi-prolog/pack/liftcover/prolog
/home/mlunife/.local/share/swi-prolog/pack/matrix/prolog
/home/mlunife/.local/share/swi-prolog/pack/pascal/prolog
/home/mlunife/.local/share/swi-prolog/pack/phil/prolog
/home/mlunife/.local/share/swi-prolog/pack/sldnfdraw/prolog
/home/mlunife/swish
/home/mlunife/swish/config-enabled
/home/mlunife/swish/lib
/home/mlunife/swish/lib/data
/home/mlunife/swish/lib/plugin
/home/mlunife/swish/lib/render
/home/mlunife/swish/pack/profile/prolog
/home/mlunife/swish/pack/profile/prolog/profile/backend
/home/mlunife/swish/pack/rserve_client/prolog/r
/home/mlunife/swish/pack/smtp/prolog
/home/mlunife/swish/pack/wordnet/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/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/clpqr/clpr
/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/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/settings.pl
All
Application
Manual
Name
Summary
Help
swipl
library
error.pl
debug.pl
apply.pl
lists.pl
broadcast.pl -- Event service
shlib.pl
option.pl
thread_pool.pl -- Resource bounded thread management
gensym.pl
settings.pl -- Setting management
setting/4
setting/2
env/2
env/3
set_setting/2
restore_setting/1
set_setting_default/2
load_settings/1
load_settings/2
save_settings/0
save_settings/1
current_setting/1
setting_property/2
list_settings/0
list_settings/1
convert_setting_text/3
arithmetic.pl -- Extensible arithmetic
main.pl
readutil.pl
operators.pl
pairs.pl
prolog_source.pl
record.pl -- Access compound arguments by name
quasi_quotations.pl
pure_input.pl
solution_sequences.pl
ordsets.pl
random.pl
base64.pl -- Base64 encoding and decoding
aggregate.pl -- Aggregation operators on backtrackable predicates
yall.pl
sandbox.pl -- Sandboxed Prolog code
apply_macros.pl -- Goal expansion rules to avoid meta-calling
assoc.pl
prolog_format.pl
predicate_options.pl
csv.pl
pprint.pl -- Pretty Print Prolog terms
atom.pl
modules.pl
occurs.pl
prolog_xref.pl
prolog_colour.pl
lazy_lists.pl
ugraphs.pl
url.pl
www_browser.pl
prolog_pack.pl
git.pl
utf8.pl
dialect.pl
system.pl
terms.pl
date.pl
persistency.pl
iostream.pl -- Utilities to deal with streams
prolog_stack.pl
edinburgh.pl
prolog_clause.pl
prolog_breakpoints.pl
wfs.pl
prolog_code.pl
sort.pl
dicts.pl
dif.pl
varnumbers.pl
pio.pl -- Pure I/O
base32.pl
charsio.pl -- I/O on Lists of Character Codes
codesio.pl
coinduction.pl
heaps.pl
rbtrees.pl
statistics.pl
when.pl
backcomp.pl -- Backward compatibility
tables.pl
qsave.pl
zip.pl
prolog_autoload.pl -- Autoload all dependencies
check.pl -- Consistency checking
readln.pl
make.pl
strings.pl
prolog_codewalk.pl -- Prolog code walker
listing.pl
nb_set.pl
rwlocks.pl
prolog_debug.pl
threadutil.pl -- Interactive thread utilities
prolog_trace.pl
quintus.pl
thread.pl
exceptions.pl
fastrw.pl
prolog_profile.pl
optparse.pl
prolog_versions.pl
ctypes.pl -- Character code classification
shell.pl
prolog_coverage.pl
prolog_jiti.pl
prolog_config.pl
convert_setting_text
(+Type, +Text, -Value)
Converts from textual form to Prolog
Value
. Used to convert values obtained from the environment. Public to provide support in user-interfaces to this library.
Errors
-
type_error(Type, Value)