Skip to content
Snippets Groups Projects
Commit c38855f0 authored by ram's avatar ram
Browse files

Added REDUCE :KEY.

parent c6602651
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
;;; Scott Fahlman or slisp-group@cs.cmu.edu. ;;; Scott Fahlman or slisp-group@cs.cmu.edu.
;;; ;;;
(ext:file-comment (ext:file-comment
"$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.25 1991/06/04 14:33:06 wlott Exp $") "$Header: /Volumes/share2/src/cmucl/cvs2git/cvsroot/src/compiler/fndb.lisp,v 1.26 1991/10/03 15:19:16 ram Exp $")
;;; ;;;
;;; ********************************************************************** ;;; **********************************************************************
;;; ;;;
...@@ -344,7 +344,7 @@ ...@@ -344,7 +344,7 @@
;;; Unsafe for :Initial-Value... ;;; Unsafe for :Initial-Value...
(defknown reduce (callable sequence &key (from-end t) (start index) (defknown reduce (callable sequence &key (from-end t) (start index)
(end sequence-end) (initial-value t)) (end sequence-end) (initial-value t) (key callable))
t t
(foldable flushable call unsafe)) (foldable flushable call unsafe))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment