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/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/protobufs
/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/lazy_lists.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
broadcast.pl
shlib.pl
option.pl
thread_pool.pl -- Resource bounded thread management
gensym.pl
settings.pl
arithmetic.pl -- Extensible arithmetic
main.pl
readutil.pl
operators.pl
pairs.pl -- Operations on key-value lists
prolog_source.pl
record.pl
quasi_quotations.pl -- Define Quasi Quotation syntax
pure_input.pl
solution_sequences.pl -- Modify solution sequences
ordsets.pl -- Ordered set manipulation
random.pl
base64.pl
aggregate.pl
yall.pl -- Lambda expressions
sandbox.pl
apply_macros.pl -- Goal expansion rules to avoid meta-calling
assoc.pl -- Binary associations
prolog_format.pl -- Analyse format specifications
predicate_options.pl
csv.pl
pprint.pl
atom.pl -- Operations on atoms
modules.pl
occurs.pl
prolog_xref.pl
prolog_colour.pl
lazy_lists.pl -- Lazy list handling
lazy_list/2
lazy_list/3
lazy_list_materialize/1
lazy_list_length/2
lazy_list_iterator/4
lazy_get_codes/4
lazy_read_terms/4
lazy_read_lines/4
lazy_message_queue/4
lazy_engine_next/4
lazy_findall/3
lazy_findall/4
ugraphs.pl -- Graph manipulation library
url.pl
www_browser.pl -- Open a URL in the users browser
prolog_pack.pl
git.pl -- Run GIT commands
rbtrees.pl
dif.pl -- The dif/2 constraint
charsio.pl
prolog_stack.pl
edinburgh.pl -- Some traditional Edinburgh predicates
prolog_clause.pl
prolog_breakpoints.pl -- Manage Prolog break-points
wfs.pl
dialect.pl -- Support multiple Prolog dialects
prolog_code.pl
sort.pl
iostream.pl -- Utilities to deal with streams
dicts.pl
varnumbers.pl
base32.pl -- Base32 encoding and decoding
codesio.pl
coinduction.pl -- Co-Logic Programming
date.pl
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
increval.pl -- Incremental dynamic predicate modification
tables.pl -- XSB interface to tables
zip.pl
intercept.pl
make.pl -- Reload modified source files
explain.pl
prolog_config.pl
quintus.pl
shell.pl
nb_set.pl -- Non-backtrackable sets
prolog_wrap.pl
check.pl
ansi_term.pl -- Print decorated text to ANSI consoles
help.pl
prolog_versions.pl
prolog_codewalk.pl
listing.pl
prolog_metainference.pl
prolog_debug.pl
threadutil.pl -- Interactive thread utilities
edit.pl
streams.pl
system.pl -- System utilities
writef.pl
thread.pl
strings.pl
ctypes.pl -- Character code classification
prolog_coverage.pl
portray_text.pl
optparse.pl
hashtable.pl
prolog_trace.pl
files.pl
qsave.pl
prolog_autoload.pl
lazy_engine_next
(+Engine, +N, -List, -Tail)
Lazy list iterator for engines. This is used to implement
lazy_findall/3
,4.