RosettaCodeData/Task/AVL-tree/Logtalk/avl-tree.logtalk

8 lines
105 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
:- object(avltree,
implements(dictionaryp),
extends(term)).
% ... lots of elision ...
:- end_object.