summary refs log tree commit diff
path: root/mew.svnwiki
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2022-11-07 22:35:46 +0100
committerLeah Neukirchen <leah@vuxu.org>2022-11-07 22:35:46 +0100
commit2c8ea7f35fadd2a07e53f40fbf5e873573871e25 (patch)
tree049ea7b29e897a4a946b334673d4e11e26f39613 /mew.svnwiki
parent2caa24615fb6bf3b8339276c6bc8b589a830a785 (diff)
downloadmew-2c8ea7f35fadd2a07e53f40fbf5e873573871e25.tar.gz
mew-2c8ea7f35fadd2a07e53f40fbf5e873573871e25.tar.xz
mew-2c8ea7f35fadd2a07e53f40fbf5e873573871e25.zip
add =>, set=>, and=>
Diffstat (limited to 'mew.svnwiki')
-rw-r--r--mew.svnwiki13
1 files changed, 13 insertions, 0 deletions
diff --git a/mew.svnwiki b/mew.svnwiki
index dc2208d..18ae072 100644
--- a/mew.svnwiki
+++ b/mew.svnwiki
@@ -194,6 +194,19 @@ Reverse function composition.
 
 Reverse function compose all {{<fun>}}, then apply to {{<obj>}}.
 
+<procedure>(=> <obj> <fun>...)</procedure>
+
+Alias for {{act}}.
+
+<syntax>(set=> <loc> <fun>...)</set>
+
+Shortcut for {{(set <loc> (=> <loc> <fun>...))}}.
+
+<procedure>(and=> <obj> <fun>...)</procedure>
+
+Apply the first function in {{<fun>}} to {{<obj>}}, then the second to
+the result, etc.  Stop if any value is false.
+
 <procedure>(juxt <fun>...)</procedure>
 
 Returns a function that applies each {{<fun>}} to its arguments and