Logtalk 2.27.0 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1539 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2006-02-10 17:44:05 +00:00
parent 42ca7aa79f
commit 9fe4d26c59
294 changed files with 3358 additions and 1376 deletions

View File

@@ -25,20 +25,18 @@
randomp, % random
random,
systemp, % os interface protocol
termp, term, % types
atomic,
atom, callable,
characterp, character,
number, float, integer, natural,
compound,
listp, list, difflist,
numberlistp, numberlist,
varlist,
listp, list, list1,
difflist,
numberlistp, numberlist, varlist,
queuep, queue,
dictionaryp, bintree,
setp, set,
setp, set, set1,
comparingp])).
/*
@@ -71,20 +69,18 @@ files, comment the directive above and uncomment the directive below
randomp, % random
random,
systemp, % os interface protocol
termp, term, % types
atomic,
atom, callable,
characterp, character,
number, float, integer, natural,
compound,
listp, list, difflist,
numberlistp, numberlist,
varlist,
listp, list, list1,
difflist,
numberlistp, numberlist, varlist,
queuep, queue,
dictionaryp, bintree,
setp, set,
setp, set, set1,
comparingp],
[xmlsref(standalone)])).
*/