Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108593 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 87133 invoked from network); 15 Feb 2020 10:08:19 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Feb 2020 10:08:19 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 095711804D1 for ; Sat, 15 Feb 2020 00:23:12 -0800 (PST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,SPF_NONE,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS11403 66.111.4.0/24 X-Spam-Virus: No X-Envelope-From: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Sat, 15 Feb 2020 00:23:11 -0800 (PST) Received: from compute7.internal (compute7.nyi.internal [10.202.2.47]) by mailout.nyi.internal (Postfix) with ESMTP id 9C5C521E90 for ; Sat, 15 Feb 2020 03:23:11 -0500 (EST) Received: from imap26 ([10.202.2.76]) by compute7.internal (MEProxy); Sat, 15 Feb 2020 03:23:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=dlFeia IPCBx/57FL/odj/iPbBNl9HUeyehlDz6v1enc=; b=gUQXMZRUTqMSgRaFriYg89 6lKkYeUMr0J9zavTbDqSEYdL1b4CdgVDgzJcz4OobMypAwUgf2MN2TebxvAIOIRo rwjhSc0yQ+s6w5uOzeaAQueY2LKrctbyKWo3ft/CDSKr31GDHjrpya4xnvGDaf1r 0Gnq+Xos+gnDsZPgjehGg/TGPmqMY3/G6h1GQGz9WaAyJsi5EphE1ljWmFIOSzVT yEzN3ehWMQN0tzbI2iSp2vte9epZ8hAHt/PjR0TRWKheyQfRfteNE8+DHIsuLVhx oz64JRY/M+oJLUNHiTLMlYiRW7Hprb7Zs4Z4tav6vzA8e53CRxoqC1Ih18jKkyqg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedugedrjedugdduvddtucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepofgfggfkjghffffhvffutgesthdtredtreertdenucfhrhhomhepfdfnrghr rhihucfirghrfhhivghlugdfuceolhgrrhhrhiesghgrrhhfihgvlhguthgvtghhrdgtoh hmqeenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhrohhmpehl rghrrhihsehgrghrfhhivghlughtvggthhdrtghomh X-ME-Proxy: Received: by mailuser.nyi.internal (Postfix, from userid 501) id 5FFA514200A2; Sat, 15 Feb 2020 03:23:11 -0500 (EST) X-Mailer: MessagingEngine.com Webmail Interface User-Agent: Cyrus-JMAP/3.1.7-802-g7a41c81-fmstable-20200203v1 Mime-Version: 1.0 Message-ID: <4760949c-abcd-47ab-9553-4e65db80fbd8@www.fastmail.com> In-Reply-To: References: <10FCCCED-B8AE-4394-91B3-0FEB448E2398@gmail.com> <2C404984-AD76-4CDF-8E1A-04DF8EF024DD@newclarity.net> <0BE8FC1E-A9BF-4A2A-9CA5-59BEE1245632@gmail.com> <938FDD44-1F60-4FE1-B0F1-E70284F5F2D2@newclarity.net> Date: Sat, 15 Feb 2020 02:22:41 -0600 To: "php internals" Content-Type: text/plain Subject: Re: [PHP-DEV] [RFC] From: larry@garfieldtech.com ("Larry Garfield") On Fri, Feb 14, 2020, at 1:04 AM, Manuel Canga wrote: > Maybe, bettern fn: * fn(callable $to_clsoure ): *closure ? > > I know fn is used in arrow functions. However, for that same reason fn is > the most convenient. > > Using dik examples( by the way, they are brilliant ): Point of order: The Stats analyzer examples were from me, not Dik. :-) They're taken from one of the monad chapters in the book I'm working on. --Larry Garfield