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

SISCtus compatibility library.

Prolog files

arrays.pl  -- SICStus 3-compatible library(arrays).Show source
aref/3True if Element is the current element in Array at Index.Source
arefa/3As aref/3, but succeeds with an empty array of the element is not set.Source
arefl/3As aref/3, but succeeds with an empty list of the element is not set.Source
array_to_list/2Source
aset/4NewArray is Array with Element added/updated at Index.Source
is_array/1True if Term is an array.Source
new_array/1Source
block.pl  -- Block: declare suspending predicatesShow source
block/1Declare predicates to suspend on certain modes.Source
lists.pl  -- SICStus 3-compatible library(lists).Show source
nth/3True if Element is the N-th element in List.Source
nth/4True if Element is the N-th element in List and Rest is the remainder (as if by select/3) of List.Source
same_length/3True if List1 and List2 both have length Length.Source
sublist/2True when all members of Sub are members of List in the same order.Source
substitute/4NewList is List with all values that are identical (==) to OldElem replaced by NewElem.Source
suffix/2True if Suffix is a suffix of List.Source
ordsets.pl  -- SICStus 3 library(ordsets).Show source
sockets.pl  -- SICStus 3-compatible library(sockets).Show source
current_host/1True when Host is an atom that denotes the name of the host.Source
hostname_address/2True when Address is the IP address of Host.Source
socket_select/5The list of streams in Streams is checked for readable characters.Source
system.pl  -- SICStus 3-compatible library(system).Show source
terms.pl  -- SICStus 3-compatible library(terms).Show source
term_variables_bag/2Variables is a list of variables that appear in Term.Source
timeout.pl  -- SICStus 3-compatible library(timeout).Show source
time_out/3This library provides a SICStus compatible implementation of time-outs.Source