diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-11-17 07:19:27 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-11-17 07:19:27 -0800 |
commit | dececfe937e68c45c3658cf9fa30bcde362d30ff (patch) | |
tree | 8f2770ab6d978a027ab7d1288fe6e01ba7d1483d | |
parent | 34d7df624c34f7b909da7db08dbcbf7d05de84af (diff) | |
download | txr-dececfe937e68c45c3658cf9fa30bcde362d30ff.tar.gz txr-dececfe937e68c45c3658cf9fa30bcde362d30ff.tar.bz2 txr-dececfe937e68c45c3658cf9fa30bcde362d30ff.zip |
* txr.1: Random fixes.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -14501,7 +14501,7 @@ The transposed list is then passed to as an argument. The -.meta functio +.meta function is expected to produce a list of tuples, which are transposed again to produce a list of lists which is then returned. @@ -17726,8 +17726,8 @@ are lists, and not lazy lists. (tuples 3 #(1 2 3 4 5 6 7 8) 0) -> (#(1 2 3) #(4 5 6) #(7 8 0)) (tuples 3 "abc") -> ("abc") (tuples 3 "abcd") -> ("abc" "d") - (tuples 3 "abcd" #\z) -> ("abc" "dzz") - (tuples 3 (list 1 2) #\z) -> ((1 2 #\z)) + (tuples 3 "abcd" #\ez) -> ("abc" "dzz") + (tuples 3 (list 1 2) #\ez) -> ((1 2 #\ez)) .cble .coNP Function @ partition-by |