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/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/library/quintus.pl
All
Application
Manual
Name
Summary
Help
swipl
library
error.pl
debug.pl
apply.pl -- Apply predicates on a list
lists.pl
broadcast.pl
shlib.pl -- Utility library for loading foreign objects (DLLs, shared objects)
option.pl -- Option list processing
thread_pool.pl
gensym.pl
settings.pl
arithmetic.pl
main.pl -- Provide entry point for scripts
readutil.pl
operators.pl
pairs.pl
prolog_source.pl
record.pl
quasi_quotations.pl
pure_input.pl
solution_sequences.pl -- Modify solution sequences
ordsets.pl -- Ordered set manipulation
random.pl
base64.pl -- Base64 encoding and decoding
aggregate.pl
yall.pl -- Lambda expressions
sandbox.pl -- Sandboxed Prolog code
apply_macros.pl -- Goal expansion rules to avoid meta-calling
assoc.pl
prolog_format.pl -- Analyse format specifications
predicate_options.pl
csv.pl -- Process CSV (Comma-Separated Values) data
pprint.pl -- Pretty Print Prolog terms
atom.pl -- Operations on atoms
modules.pl -- Module utility predicates
occurs.pl -- Finding and counting sub-terms
prolog_xref.pl
prolog_colour.pl -- Prolog syntax colouring support.
lazy_lists.pl -- Lazy list handling
ugraphs.pl
url.pl -- Analysing and constructing URL
www_browser.pl
prolog_pack.pl -- A package manager for Prolog
git.pl
rbtrees.pl
dif.pl
charsio.pl
prolog_stack.pl -- Examine the Prolog stack
edinburgh.pl
prolog_clause.pl
prolog_breakpoints.pl
wfs.pl
dialect.pl
prolog_code.pl -- Utilities for reasoning about code
sort.pl
iostream.pl -- Utilities to deal with streams
dicts.pl
varnumbers.pl
prolog_codewalk.pl
listing.pl
prolog_metainference.pl -- Infer meta-predicate properties
base32.pl -- Base32 encoding and decoding
codesio.pl
coinduction.pl
date.pl -- Process dates and times
heaps.pl
statistics.pl
terms.pl -- Term manipulation
utf8.pl -- UTF-8 encoding/decoding on lists of character codes.
when.pl -- Conditional coroutining
backcomp.pl -- Backward compatibility
nb_set.pl
ansi_term.pl -- Print decorated text to ANSI consoles
threadutil.pl -- Interactive thread utilities
shell.pl
strings.pl
ctypes.pl -- Character code classification
increval.pl
tables.pl
prolog_jiti.pl -- Just In Time Indexing (JITI) utilities
qsave.pl
zip.pl -- Access resource ZIP archives
prolog_autoload.pl -- Autoload all dependencies
check.pl -- Consistency checking
quintus.pl -- Quintus compatibility
unix/1
otherwise/0
abs/2
sin/2
cos/2
tan/2
log/2
log10/2
pow/3
ceiling/2
floor/2
round/2
sqrt/2
acos/2
asin/2
atan/2
atan2/3
sign/2
genarg/3
prolog_flag/2
date/1
no_style_check/1
simple/1
current_stream/3
stream_position/3
skip_line/0
skip_line/1
compile/1
atom_char/2
midstring/3
midstring/4
midstring/5
midstring/6
raise_exception/1
on_exception/3
persistency.pl
prolog_versions.pl
prolog_coverage.pl
prolog_history.pl
prolog_config.pl
prolog_trace.pl
prolog_wrap.pl
macros.pl
prolog_debug.pl
make.pl
fastrw.pl -- Fast reading and writing of terms
thread.pl
optparse.pl
prolog_profile.pl
system.pl -- System utilities
rwlocks.pl
explain.pl
oset.pl
edit.pl
portray_text.pl
stream_position
(+Stream, -Old, +New)
True when
Old
is the current position in
Stream
and the stream has been repositioned to
New
.
deprecated
-
New
code should use the ISO predicates
stream_property/2
and
set_stream_position/2
.