Author: abaine Date: Sun Aug 19 21:50:55 2007 New Revision: 184
Modified: trunk/funds/src/package.lisp Log: Exported map-stack and map-queue.
Modified: trunk/funds/src/package.lisp ============================================================================== --- trunk/funds/src/package.lisp (original) +++ trunk/funds/src/package.lisp Sun Aug 19 21:50:55 2007 @@ -48,12 +48,14 @@ :queue-dequeue :queue-first :queue-size + :map-queue
:make-stack :stack-empty-p :stack-push :stack-top :stack-size + :map-stack
:make-dictionary :dictionary-add