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/nlp
/usr/local/lib/swipl/library/ext/odbc
/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
pengine://34d2eb5a-1f37-423f-b360-2a55283d0e0e
pengine://bc9af3e6-b90a-48ac-b94b-ff8a6596bde5
pengine://d435180f-bd1d-4fe5-9aa7-d4a50fe4038f
pengine://ef208c2b-74c9-4afc-b27a-597579dc1689
/usr/local/lib/swipl/library/csv.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 -- Event service
shlib.pl -- Utility library for loading foreign objects (DLLs, shared objects)
option.pl
thread_pool.pl
gensym.pl
settings.pl
arithmetic.pl
main.pl
readutil.pl
operators.pl
pairs.pl -- Operations on key-value lists
prolog_source.pl
record.pl -- Access compound arguments by name
quasi_quotations.pl -- Define Quasi Quotation syntax
pure_input.pl -- Pure Input from files and streams
solution_sequences.pl -- Modify solution sequences
ordsets.pl
random.pl
base64.pl
aggregate.pl -- Aggregation operators on backtrackable predicates
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
csv_read_file/2
csv_read_file/3
csv_read_stream/3
csv//1
csv//2
csv_read_file_row/3
csv_read_row/3
csv_options/2
csv_write_file/2
csv_write_file/3
csv_write_stream/3
pprint.pl
atom.pl
modules.pl
occurs.pl
prolog_xref.pl -- Prolog cross-referencer data collection
prolog_colour.pl
lazy_lists.pl -- Lazy list handling
ugraphs.pl
url.pl
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
base32.pl
codesio.pl -- I/O on Lists of Character Codes
coinduction.pl -- Co-Logic Programming
date.pl -- Process dates and times
heaps.pl -- heaps/priority queues
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
shell.pl -- Elementary shell commands
prolog_debug.pl -- User level debugging tools
ctypes.pl
prolog_autoload.pl -- Autoload all dependencies
check.pl -- Consistency checking
increval.pl
tables.pl
qsave.pl
zip.pl -- Access resource ZIP archives
explain.pl
listing.pl -- List programs and pretty print clauses
prolog_coverage.pl
ansi_term.pl -- Print decorated text to ANSI consoles
thread.pl
threadutil.pl -- Interactive thread utilities
system.pl -- System utilities
quintus.pl -- Quintus compatibility
writef.pl
prolog_codewalk.pl -- Prolog code walker
prolog_versions.pl -- Demand specific (Prolog) versions
prolog_config.pl
streams.pl
prolog_profile.pl -- Execution profiler
optparse.pl
strings.pl
nb_set.pl
make.pl
edit.pl
prolog_trace.pl
prolog_wrap.pl -- Wrapping predicates
prolog_history.pl
intercept.pl
hashtable.pl
help.pl -- Text based manual
prolog_metainference.pl -- Infer meta-predicate properties
prolog_jiti.pl
fastrw.pl
csv_read_stream
(+Stream, -Rows, +Options)
is
det
Read CSV data from
Stream
. See also
csv_read_row/3
.