Author: abaine Date: Sun Aug 19 12:18:32 2007 New Revision: 161
Modified: trunk/funds/src/heap/heap-empty-p.lisp Log: Documented heap-empty-p.
Modified: trunk/funds/src/heap/heap-empty-p.lisp ============================================================================== --- trunk/funds/src/heap/heap-empty-p.lisp (original) +++ trunk/funds/src/heap/heap-empty-p.lisp Sun Aug 19 12:18:32 2007 @@ -18,4 +18,5 @@ (in-package :funds)
(defun heap-empty-p (heap) + "Whether the given heap has any elements." (tree-empty-p heap)) \ No newline at end of file