summaryrefslogtreecommitdiffstats
path: root/txr.1
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2021-06-09 23:35:38 -0700
committerKaz Kylheku <kaz@kylheku.com>2021-06-09 23:35:38 -0700
commit864d1c6fe182661a7bd7d4eda928f8a19318b651 (patch)
treea26ede9a8bf91e7b42aef355e19a37980233c065 /txr.1
parente57c4d0857fcf8b4e4369bde72c7453d2ae98125 (diff)
downloadtxr-864d1c6fe182661a7bd7d4eda928f8a19318b651.tar.gz
txr-864d1c6fe182661a7bd7d4eda928f8a19318b651.tar.bz2
txr-864d1c6fe182661a7bd7d4eda928f8a19318b651.zip
reduce-left: rewrite using seq_iter.
* lib.c (reduce_left): Use sequence iteration instead of list operations. * txr.1: Add a note to the documentation.
Diffstat (limited to 'txr.1')
-rw-r--r--txr.112
1 files changed, 12 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 80d28239..1a172ca7 100644
--- a/txr.1
+++ b/txr.1
@@ -34308,6 +34308,18 @@ and
to a single value by the repeated application of
.metn binary-function .
+In the case of
+.codn reduce-left ,
+the
+.meta list
+argument required to be an object which is iterable according to the
+.code iter-begin
+function. The
+.code reduce-right
+function treats the
+.meta list
+argument using list operations.
+
An effective list of operands is formed by combining
.meta list
and