7 lines
105 B
Text
7 lines
105 B
Text
:- object(avltree,
|
|
implements(dictionaryp),
|
|
extends(term)).
|
|
|
|
% ... lots of elision ...
|
|
|
|
:- end_object.
|