From 9816d6cea8603026458251f22b147df73b106bd8 Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Thu, 1 Dec 2022 21:46:18 +0100 Subject: add fun=>, op=> --- mew.svnwiki | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'mew.svnwiki') 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 (=> ...))}}. Apply the first function in {{}} to {{}}, then the second to the result, etc. Stop if any value is false. +(op=>
...) + +Like {{=>}}, but all {{}} which are lists implicitly use {{op}}. +If {{}} is not a list, or an unquoted {{,}} list, it is used as is. + +(fun=> ...) + +Like {{per}}, but all {{}} which are lists implicitly use {{op}}. +If {{}} is not a list, or an unquoted {{,}} list, it is used as is. + (juxt ...) Returns a function that applies each {{}} to its arguments and -- cgit 1.4.1