[funds-cvs] r161 - trunk/funds/src/heap
abaine at common-lisp.net
abaine at common-lisp.net
Sun Aug 19 16:18:32 UTC 2007
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
More information about the Funds-cvs
mailing list