aboutsummaryrefslogtreecommitdiffstats
path: root/srfi-1.txi
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:38 -0800
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:38 -0800
commit64f037d91e0c9296dcaef9a0ff3eb33b19a2ed34 (patch)
tree1b23b8e8005328194e2fb4bf653806c85050933f /srfi-1.txi
parent5bea21e81ed516440e34e480f2c33ca41aa8c597 (diff)
downloadslib-64f037d91e0c9296dcaef9a0ff3eb33b19a2ed34.tar.gz
slib-64f037d91e0c9296dcaef9a0ff3eb33b19a2ed34.zip
Import Upstream version 3a5upstream/3a5
Diffstat (limited to 'srfi-1.txi')
-rw-r--r--srfi-1.txi5
1 files changed, 2 insertions, 3 deletions
diff --git a/srfi-1.txi b/srfi-1.txi
index 4849703..3c589ce 100644
--- a/srfi-1.txi
+++ b/srfi-1.txi
@@ -216,12 +216,11 @@ Returns a circular list of @var{obj1}, @var{obj2}, @dots{}.
@end defun
-@defun reduce f ridentity list
-@defunx reduce-right f ridentity list
+@defun reduce arg @dots{}
@end defun
-
+
@deffn {Procedure} map! f clist1 clist2 @dots{}
@end deffn