Re: lib(lists)

From: Joachim Schimpf <j.schimpf_at_icparc.ic.ac.uk>
Date: Wed 29 Nov 2000 10:34:32 AM GMT
Message-ID: <3A24DBB8.212905DF@icparc.ic.ac.uk>
> When does a library get loaded automatically?
> When a library is loaded automatically, which predicates are xported?
> 

The "autoload" feature in its original form relied on global
predicates and has been marked obsolete with the introduction
of the new module system in release 5.0.
There is currently no full replacement.

For backward compatibility we have kept a small number of
autoloaded predicates (ie. they work without calling lib(...)),
mainly from the lists library:

	flatten/2, intersection/3, print_list/1, subset/2, union/3,
	checklist/2, maplist/3,
	append/3,
	delete/3,
	length/2,
	member/2,
	memberchk/2,
	nonmember/2,
	subtract/3,
	reverse/2

	profile/1, profile/2


-- 
 Joachim Schimpf              /             phone: +44 20 7594 8187
 IC-Parc, Imperial College   /            mailto:J.Schimpf@ic.ac.uk
 London SW7 2AZ, UK         /    http://www.icparc.ic.ac.uk/eclipse
Received on Wed Nov 29 10:34:34 2000

This archive was generated by hypermail 2.1.8 : Wed 16 Nov 2005 06:08:02 PM GMT GMT