Did you know ... Search Documentation:
Title for pldoc(dir_index)

sicstus4

Prolog files

aggregate.pl  -- SICStus 4 library(aggregate).Show source
between.pl  -- SICStus 4 library(between).Show source
clpfd.pl  -- SICStus 4 library(clpfd)Show source
file_systems.pl  -- SICStus 4 library(file_systems).Show source
lists.pl  -- SICStus 4-compatible library(lists).Show source
prefix/2True if Prefix is a prefix of List.Source
proper_prefix/2True if Prefix is a prefix of List, but is not List itself.Source
proper_suffix/2True if Suffix is a suffix of List, but is not List itself.Source
rev/2Same as reverse/2, but List must be a proper list.Source
scanlist/4Same as foldl/[4,5,6].Source
scanlist/5Same as foldl/[4,5,6].Source
scanlist/6Same as foldl/[4,5,6].Source
shorter_list/2True if Short is a shorter list than Long.Source
suffix/2True if Suffix is a suffix of List.Source
ordsets.pl  -- SICStus 4 library(ordsets).Show source
samsort.pl  -- SICStus 4 library(samsort).Show source
samkeysort/2Same as keysort/2.Source
samsort/2Same as msort/2.Source
samsort/3Similar to predsort/3, but the predicate Order is used to determine the order of terms.Source
sets.pl  -- SICStus 4 library(sets).Show source
sockets.pl  -- SICStus 4-compatible library(sockets).Show source
system.pl  -- SICStus 4-compatible library(system).Show source
terms.pl  -- SICStus 4-compatible library(terms).Show source
subsumeschk/2SICStus 4 name of subsumes_chk/2.Source
term_order/3Same as compare/3, except for the order of arguments.Source
term_variables_set/2Same as term_variables_bag/2, but Variables is an ordered set.Source
timeout.pl  -- SICStus 4-compatible library(timeout).Show source
types.pl  -- SICStus 4 library(types).Show source
illarg/3Same as illarg/4, with Culprit set to argument number ArgNo of Goal.Source
illarg/4Throw a SICStus standard error described by ErrorTerm.Source
must_be/4Similar to must_be/2.Source