From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Noah Lavine Newsgroups: gmane.lisp.guile.devel Subject: record-case? Date: Fri, 5 Nov 2010 16:53:15 -0400 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1288990420 8910 80.91.229.12 (5 Nov 2010 20:53:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 5 Nov 2010 20:53:40 +0000 (UTC) To: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Fri Nov 05 21:53:36 2010 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PETHz-0007WJ-Rs for guile-devel@m.gmane.org; Fri, 05 Nov 2010 21:53:36 +0100 Original-Received: from localhost ([127.0.0.1]:44236 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PETHz-0006Yc-DX for guile-devel@m.gmane.org; Fri, 05 Nov 2010 16:53:35 -0400 Original-Received: from [140.186.70.92] (port=47316 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PETHk-0006XZ-2a for guile-devel@gnu.org; Fri, 05 Nov 2010 16:53:20 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PETHh-0007dU-Ny for guile-devel@gnu.org; Fri, 05 Nov 2010 16:53:19 -0400 Original-Received: from mail-ww0-f41.google.com ([74.125.82.41]:46306) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PETHh-0007dA-Jz for guile-devel@gnu.org; Fri, 05 Nov 2010 16:53:17 -0400 Original-Received: by wwi18 with SMTP id 18so217751wwi.0 for ; Fri, 05 Nov 2010 13:53:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=b3/KC/k8FyA6RKDrPQzk7ucBEvHM4LGfcnE/fQHxLuA=; b=CvGknjyMuqor4hSTJv+6Vfgb0ABEEuwijTHlHaiiMrExuTsk9w2aUvaIZ52pXhJ8lO Zoguo+5fQ9rVEcIkmth4zhOVqyQPwCIlK9Pqn62nJS9c64NpKGJLSfFjTwgwmz+LJE2a 9WyY+laEfD9D7sNmMs3PCmGz8GMFp1vsiw7ps= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=oRgDFusBmoywEKO9F+fROB8lJSvqY8BTfF59N0rSbVzFxtlK4zoCU2gXDoGip1Tf7k oiARVc4xsxR4UIHRU2tYS65YkreV+WDaO4btsEstVLOslxmk+slnmmCKaapS8+QsTw+C xGR6Fa3iYV1mfeSciEuY5AXmexe5QxM8iP3lY= Original-Received: by 10.216.231.146 with SMTP id l18mr2601175weq.52.1288990395648; Fri, 05 Nov 2010 13:53:15 -0700 (PDT) Original-Received: by 10.216.237.34 with HTTP; Fri, 5 Nov 2010 13:53:15 -0700 (PDT) X-Google-Sender-Auth: 5jw3UKRhTeVUFwlKoLx0OJlzI_U X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:11120 Archived-At: Hello, I was just reading module/language/tree-il/compile-glil.scm, and I noticed it used a construct called 'record-case'. It looked neat, but I didn't see documentation for it in any of the obvious places in the manual (the section on records or the pattern-matching section). Is it public? If so, is there documentation somewhere? Thanks, Noah Lavine