Logtalk 2.26.2 files.

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1489 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2005-12-24 18:34:29 +00:00
parent 60fbc754f9
commit 6d079626af
76 changed files with 0 additions and 1648 deletions

View File

@@ -1,6 +0,0 @@
:- object(lgtredef).
current_object(_).
:- end_object.

View File

@@ -1,8 +0,0 @@
:- object(misspell).
output(A) :-
writr(A).
:- end_object.

View File

@@ -1,7 +0,0 @@
:- object(plredef).
write(_).
:- end_object.

View File

@@ -1,15 +0,0 @@
:- object(portability).
:- public(predicate/0).
predicate :-
compare(Result, first, second),
retractall(result(Result, _)),
sort([], []),
consult(file).
:- end_object.

View File

@@ -1,8 +0,0 @@
:- object(singletons(L)).
predicate(A) :-
write(C).
:- end_object.

View File

@@ -1,9 +0,0 @@
:- object(unknownrefs,
implements(protocol),
imports(category),
extends(object)).
:- end_object.