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:
@@ -1,6 +0,0 @@
|
||||
|
||||
:- object(lgtredef).
|
||||
|
||||
current_object(_).
|
||||
|
||||
:- end_object.
|
@@ -1,8 +0,0 @@
|
||||
|
||||
:- object(misspell).
|
||||
|
||||
output(A) :-
|
||||
writr(A).
|
||||
|
||||
:- end_object.
|
||||
|
@@ -1,7 +0,0 @@
|
||||
|
||||
:- object(plredef).
|
||||
|
||||
write(_).
|
||||
|
||||
:- end_object.
|
||||
|
@@ -1,15 +0,0 @@
|
||||
|
||||
:- object(portability).
|
||||
|
||||
|
||||
:- public(predicate/0).
|
||||
|
||||
|
||||
predicate :-
|
||||
compare(Result, first, second),
|
||||
retractall(result(Result, _)),
|
||||
sort([], []),
|
||||
consult(file).
|
||||
|
||||
|
||||
:- end_object.
|
@@ -1,8 +0,0 @@
|
||||
|
||||
:- object(singletons(L)).
|
||||
|
||||
predicate(A) :-
|
||||
write(C).
|
||||
|
||||
:- end_object.
|
||||
|
@@ -1,9 +0,0 @@
|
||||
|
||||
:- object(unknownrefs,
|
||||
implements(protocol),
|
||||
imports(category),
|
||||
extends(object)).
|
||||
|
||||
|
||||
:- end_object.
|
||||
|
Reference in New Issue
Block a user