summary refs log tree commit diff
path: root/mew.svnwiki
diff options
context:
space:
mode:
Diffstat (limited to 'mew.svnwiki')
-rw-r--r--mew.svnwiki10
1 files changed, 10 insertions, 0 deletions
diff --git a/mew.svnwiki b/mew.svnwiki
index c705e29..e6b437c 100644
--- a/mew.svnwiki
+++ b/mew.svnwiki
@@ -227,6 +227,16 @@ Shortcut for {{(set <loc> (=> <loc> <fun>...))}}.
 Apply the first function in {{<fun>}} to {{<obj>}}, then the second to
 the result, etc.  Stop if any value is false.
 
+<procedure>(op=> <obj> <form>...)</procedure>
+
+Like {{=>}}, but all {{<form>}} which are lists implicitly use {{op}}.
+If {{<form>}} is not a list, or an unquoted {{,}} list, it is used as is.
+
+<procedure>(fun=> <form>...)</procedure>
+
+Like {{per}}, but all {{<form>}} which are lists implicitly use {{op}}.
+If {{<form>}} is not a list, or an unquoted {{,}} list, it is used as is.
+
 <procedure>(juxt <fun>...)</procedure>
 
 Returns a function that applies each {{<fun>}} to its arguments and