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/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/library/terms.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
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
prolog_source.pl
record.pl
quasi_quotations.pl
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
sandbox.pl
apply_macros.pl -- Goal expansion rules to avoid meta-calling
assoc.pl
prolog_format.pl
predicate_options.pl
csv.pl
pprint.pl
atom.pl -- Operations on atoms
modules.pl -- Module utility predicates
occurs.pl
prolog_xref.pl
prolog_colour.pl
lazy_lists.pl -- Lazy list handling
ugraphs.pl -- Graph manipulation library
url.pl
www_browser.pl -- Open a URL in the users browser
prolog_pack.pl
git.pl
rbtrees.pl
dif.pl
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 -- Utilities for numbered terms
make.pl
zip.pl
thread.pl
listing.pl
threadutil.pl -- Interactive thread utilities
optparse.pl
backcomp.pl
oset.pl
prolog_jiti.pl
intercept.pl
prolog_metainference.pl -- Infer meta-predicate properties
utf8.pl
streams.pl -- Manage Prolog streams
statistics.pl -- Get information about resource usage
ansi_term.pl -- Print decorated text to ANSI consoles
base32.pl -- Base32 encoding and decoding
codesio.pl -- I/O on Lists of Character Codes
coinduction.pl -- Co-Logic Programming
date.pl
heaps.pl
terms.pl -- Term manipulation
term_size/2
variant/2
subsumes_chk/2
subsumes/2
term_subsumer/3
term_factorized/3
mapargs/3
mapsubterms/3
mapsubterms_var/3
foldsubterms/4
foldsubterms/5
same_functor/2
same_functor/3
same_functor/4
when.pl -- Conditional coroutining
prolog_coverage.pl -- Coverage analysis tool
strings.pl
prolog_trace.pl -- Print access to predicates
exceptions.pl
persistency.pl
quintus.pl
fastrw.pl
portray_text.pl
prolog_autoload.pl
check.pl
prolog_codewalk.pl -- Prolog code walker
qsave.pl
shell.pl -- Elementary shell commands
tables.pl
macros.pl
prolog_debug.pl -- User level debugging tools
increval.pl -- Incremental dynamic predicate modification
rwlocks.pl
hashtable.pl
edit.pl
writef.pl
help.pl
ctypes.pl
prolog_wrap.pl
prolog_profile.pl
prolog_versions.pl
files.pl
system.pl
prolog_config.pl
prolog_history.pl
nb_set.pl
explain.pl
subsumes_chk
(@Generic, @Specific)
True if
Generic
can be made equivalent to
Specific
without changing
Specific
.
deprecated
- Replace by
subsumes_term/2
.