From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andy Wingo Subject: Re: [Patch] go@1.4 Updated patch Date: Mon, 06 Jun 2016 14:34:11 +0200 Message-ID: <87mvmy5we4.fsf@igalia.com> References: <87fusuh52h.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> <1464968435.2613720.627094929.3FEBB927@webmail.messagingengine.com> <87d1nygoiq.fsf@mailerver.i-did-not-set--mail-host-address--so-tickle-me> <871t4a7mkr.fsf@igalia.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54547) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9tjc-00021y-3a for guix-devel@gnu.org; Mon, 06 Jun 2016 08:34:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b9tjX-0001aJ-3X for guix-devel@gnu.org; Mon, 06 Jun 2016 08:34:24 -0400 Received: from pb-sasl2.pobox.com ([64.147.108.67]:52689 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b9tjW-0001a9-E7 for guix-devel@gnu.org; Mon, 06 Jun 2016 08:34:19 -0400 In-Reply-To: (Alex Vong's message of "Mon, 6 Jun 2016 09:05:23 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Alex Vong Cc: guix-devel@gnu.org, Matthew Jordan On Mon 06 Jun 2016 11:05, Alex Vong writes: > I think match-lambda is not documented in the guile manual (it only > appears in an example). While its usage is more or less the same as in > racket, I think it should be documented. What is your idea? Yes it should be documented :) Andy