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/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/ordsets.pl
All
Application
Manual
Name
Summary
Help
swipl
library
error.pl
debug.pl
apply.pl
lists.pl -- List Manipulation
broadcast.pl
shlib.pl -- Utility library for loading foreign objects (DLLs, shared objects)
option.pl
thread_pool.pl
gensym.pl
settings.pl -- Setting management
arithmetic.pl
main.pl -- Provide entry point for scripts
readutil.pl -- Read utilities
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 -- Ordered set manipulation
is_ordset/1
ord_empty/1
ord_seteq/2
list_to_ord_set/2
ord_intersect/2
ord_disjoint/2
ord_intersect/3
ord_intersection/2
ord_intersection/3
ord_intersection/4
ord_add_element/3
ord_del_element/3
ord_selectchk/3
ord_memberchk/2
ord_subset/2
ord_subtract/3
ord_union/2
ord_union/3
ord_union/4
ord_symdiff/3
random.pl
base64.pl
aggregate.pl -- Aggregation operators on backtrackable predicates
yall.pl -- Lambda expressions
sandbox.pl
apply_macros.pl -- Goal expansion rules to avoid meta-calling
assoc.pl -- Binary associations
prolog_format.pl
predicate_options.pl
csv.pl -- Process CSV (Comma-Separated Values) data
pprint.pl -- Pretty Print Prolog terms
atom.pl
modules.pl -- Module utility predicates
occurs.pl
prolog_xref.pl -- Prolog cross-referencer data collection
prolog_colour.pl
lazy_lists.pl
ugraphs.pl
url.pl
www_browser.pl
prolog_pack.pl
git.pl -- Run GIT commands
rbtrees.pl -- Red black trees
dif.pl
charsio.pl
prolog_stack.pl -- Examine the Prolog stack
edinburgh.pl -- Some traditional Edinburgh predicates
prolog_clause.pl
prolog_breakpoints.pl
wfs.pl
dialect.pl
prolog_code.pl
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
date.pl
heaps.pl
statistics.pl -- Get information about resource usage
terms.pl
utf8.pl
when.pl -- Conditional coroutining
backcomp.pl
optparse.pl
strings.pl -- String utilities
listing.pl -- List programs and pretty print clauses
tables.pl
thread.pl -- High level thread primitives
prolog_coverage.pl
edit.pl
ansi_term.pl -- Print decorated text to ANSI consoles
prolog_config.pl
intercept.pl
system.pl -- System utilities
portray_text.pl
shell.pl -- Elementary shell commands
explain.pl
prolog_trace.pl
prolog_wrap.pl
make.pl -- Reload modified source files
writef.pl
persistency.pl
quintus.pl
prolog_debug.pl -- User level debugging tools
threadutil.pl -- Interactive thread utilities
rwlocks.pl
exceptions.pl
help.pl -- Text based manual
check.pl
nb_set.pl
prolog_jiti.pl
qsave.pl
zip.pl
prolog_autoload.pl
files.pl
streams.pl -- Manage Prolog streams
prolog_profile.pl
oset.pl
prolog_codewalk.pl -- Prolog code walker
hashtable.pl
macros.pl
increval.pl
prolog_metainference.pl
fastrw.pl
ctypes.pl
prolog_versions.pl
ord_subtract
(+InOSet, +NotInOSet, -Diff)
is
det
Diff
is the set holding all elements of
InOSet
that are not in
NotInOSet
.