Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:108594 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 15073 invoked from network); 15 Feb 2020 13:36:51 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 15 Feb 2020 13:36:51 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id A451C1804F2 for ; Sat, 15 Feb 2020 03:51:45 -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=-1.6 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS,SUBJ_ALL_CAPS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS2639 136.143.188.0/24 X-Spam-Virus: No X-Envelope-From: Received: from sender4-op-o11.zoho.com (sender4-op-o11.zoho.com [136.143.188.11]) (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 03:51:44 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1581767502; cv=none; d=zohomail.com; s=zohoarc; b=Qys4jNgKu6vltT6RsPVrNltsLuWDZgLRZSuMga9BHoLqptjP0ADkQuY3DhK1NpRl+vIvBYxZ/cxQ6Q1JF6YQFWFmTxUaT3nU9yFjpeXS6yJg5mCoWs/ZSOui+ZLemWdDmiwAO1x6yg/TByG8hfsQYcjzxKwnzrLWipeELlO5LDk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1581767502; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=2gSpsslUpL/3lv49e5XyuAUZyOjYKBlNjWwpC9i8qyA=; b=PhsFXdx3eT5FVaUvK200dnqJtraZ83acw+kP8VfAQCR3l42tc1LN11jXrXsTth+u8rCgB0MzwZzHaliv5ShfGqYklyKkKk8HG7glvts3NtyLMjFEiZpDj6cChQT24vmiTM3FXq0Qd9UNUZ2i79Wm0QFOOoRS63DaaoWZL2Thu+M= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=manuelcanga.dev; spf=pass smtp.mailfrom=php@manuelcanga.dev; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1581767502; s=zoho; d=manuelcanga.dev; i=php@manuelcanga.dev; h=Date:From:To:Cc:Message-ID:In-Reply-To:References:Subject:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=2gSpsslUpL/3lv49e5XyuAUZyOjYKBlNjWwpC9i8qyA=; b=Ioje/rb4VJk4T5I1CzrHtlpL1LMnc9CLxRBan25zPr+Jcv4e/fYfRF7he7e+h9j+ xG9tKp0MMZepVyKUn6f/vTWeSCvFeYMAo/kJ9/UtCwoS3IhnaJDuMXQsfUauzUmmG3h YvTND0J+eLOkr08aYcVWWhSg1Zm8UG1lY2+ruq5w= Received: from mail.zoho.com by mx.zohomail.com with SMTP id 1581767469259231.18209375051163; Sat, 15 Feb 2020 03:51:09 -0800 (PST) Date: Sat, 15 Feb 2020 12:51:09 +0100 To: "Larry Garfield" Cc: "php internals" Message-ID: <17048b028ca.12b608513162028.2925535213747053480@manuelcanga.dev> In-Reply-To: <4760949c-abcd-47ab-9553-4e65db80fbd8@www.fastmail.com> 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> <4760949c-abcd-47ab-9553-4e65db80fbd8@www.fastmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Importance: Medium User-Agent: Zoho Mail X-Mailer: Zoho Mail Subject: Re: [PHP-DEV] [RFC] From: php@manuelcanga.dev (Manuel Canga) ---- En s=C3=A1b, 15 feb 2020 09:22:41 +0100 Larry Garfield escribi=C3=B3 ---- > On Fri, Feb 14, 2020, at 1:04 AM, Manuel Canga wrote: >=20 > > Maybe, bettern fn: * fn(callable $to_clsoure ): *closure ? > >=20 > > I know fn is used in arrow functions. However, for that same reason fn= is > > the most convenient. > >=20 > > Using dik examples( by the way, they are brilliant ): >=20 > 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. >=20 > --Larry Garfield Oops!, sorry Larry!. Then you book will be securily a great book.