Update of /project/cl-utilities/cvsroot/cl-utilities In directory common-lisp.net:/tmp/cvs-serv3117
Modified Files: compose.lisp Log Message: Added some commentary on single and multiple values.
Date: Thu May 26 21:11:52 2005 Author: pscott
Index: cl-utilities/compose.lisp diff -u cl-utilities/compose.lisp:1.3 cl-utilities/compose.lisp:1.4 --- cl-utilities/compose.lisp:1.3 Fri May 13 21:17:38 2005 +++ cl-utilities/compose.lisp Thu May 26 21:11:51 2005 @@ -1,3 +1,7 @@ +;; This version of COMPOSE can only handle functions which take one +;; value and return one value. There are other ways of writing +;; COMPOSE, but this is the most commonly used. + (in-package :cl-utilities)
;; This is really slow and conses a lot. Fortunately we can speed it
cl-utilities-cvs@common-lisp.net