added approximated cplint

This commit is contained in:
RIGUZZI FABRIZIO - Dipartimento di Ingegneria
2010-03-18 16:11:21 +01:00
parent 601bc81464
commit db2eefd0c9
54 changed files with 28413 additions and 2421 deletions

View File

@@ -29,7 +29,7 @@
% Sicstus
/* Begin Sicstus specific code */
append([],L,L).
/* append([],L,L).
append([X|L1],L2,[X|L3]) :- append(L1,L2,L3).
member(X,[X|_]).
@@ -37,7 +37,7 @@
memberchk(X,[X|_]) :- !.
memberchk(X,[_|L]) :- memberchk(X,L).
*/
:- dynamic 'slg$prolog'/1, 'slg$tab'/2.
:- dynamic slg_expanding/0.
:- dynamic wfs_trace/0.