[PPL-devel] ppl/interfaces/Prolog clpq2.pl SICStus/sp_clpq.pl

Roberto Bagnara roberto at spartacus.cs.unipr.it
Wed Jun 19 14:46:09 CEST 2002


CVSROOT:	/cvs/ppl
Module name:	ppl
Changes by:	roberto at cs.unipr.it	2002-06-19 14:46:08

Modified files:
	interfaces/Prolog: clpq2.pl 

Log message:
	Avoid defining append/3 and member/2, since they are defined as built-ins
	or provided as library predicates by any supported Prolog implementation
	(SWI-Prolog seems to be annoyed if a user program tries to redefine them).

Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/Prolog/clpq2.pl.diff?cvsroot=ppl&r1=1.8&r2=1.9

Modified files:
	interfaces/Prolog/SICStus: sp_clpq.pl 

Log message:
	Import append/3 and member/2 from library(lists).

Patches:
http://www.cs.unipr.it/cgi-bin/cvsweb.cgi/ppl/interfaces/Prolog/SICStus/sp_clpq.pl.diff?cvsroot=ppl&r1=1.6&r2=1.7




More information about the PPL-devel mailing list