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