(defmethod reader-function ((type (eql 'tree-path)) &rest args)
(declare (ignore type args))
(let ((reader (reader-function 'pointer)))
(defmethod reader-function ((type (eql 'tree-path)) &rest args)
(declare (ignore type args))
(let ((reader (reader-function 'pointer)))