From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Israelsson Tampe Newsgroups: gmane.lisp.guile.devel Subject: bound identifiers Date: Mon, 16 Jan 2012 20:46:02 +0100 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=0015173ff872ecdb3304b6aa764e X-Trace: dough.gmane.org 1326743180 22375 80.91.229.12 (16 Jan 2012 19:46:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 16 Jan 2012 19:46:20 +0000 (UTC) To: guile-devel Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jan 16 20:46:17 2012 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1RmsVU-0005rf-AR for guile-devel@m.gmane.org; Mon, 16 Jan 2012 20:46:16 +0100 Original-Received: from localhost ([::1]:54944 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmsVT-0006fB-TF for guile-devel@m.gmane.org; Mon, 16 Jan 2012 14:46:15 -0500 Original-Received: from eggs.gnu.org ([140.186.70.92]:49544) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmsVJ-0006PR-LL for guile-devel@gnu.org; Mon, 16 Jan 2012 14:46:06 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RmsVI-0000D8-PI for guile-devel@gnu.org; Mon, 16 Jan 2012 14:46:05 -0500 Original-Received: from mail-ee0-f41.google.com ([74.125.83.41]:54386) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RmsVI-0000D4-Kp for guile-devel@gnu.org; Mon, 16 Jan 2012 14:46:04 -0500 Original-Received: by eekc13 with SMTP id c13so547919eek.0 for ; Mon, 16 Jan 2012 11:46:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=uDYAEtB7c3mV6lLGGR1U2e+QRcGnxmP/LM4iflsqbQI=; b=tqGO4SolU87paq8B2yYK3oBFdHWTKsZoVapSTdlnjIvty0Ll21lJ0Q/8CrNigvk5uv rwfZ5ywX+O/cyJh/sSVSc5rJXE0u9E/cO6NwAID/qUzHGSl1bltJHZyQBmwPtpN48D2R +9SI3vcoYeEwfNpQIaHCuXTAhbjm08W6BJcPU= Original-Received: by 10.213.110.2 with SMTP id l2mr4013351ebp.22.1326743162772; Mon, 16 Jan 2012 11:46:02 -0800 (PST) Original-Received: by 10.213.33.77 with HTTP; Mon, 16 Jan 2012 11:46:02 -0800 (PST) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 74.125.83.41 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:13544 Archived-At: --0015173ff872ecdb3304b6aa764e Content-Type: text/plain; charset=ISO-8859-1 why are these two not equal in the sense of bound-identifier=? #(syntax-object x ((top) #(ribcage () () ()) #(ribcage () () ()) #(ribcage #(x) #((m1104 top)) #("i1105"))) (hygiene guile-user)) #(syntax-object x ((#f top) shift #(ribcage () () ()) #(ribcage #(x) #((m1104 top)) #("i1105"))) (hygiene guile-user))) /Stefan --0015173ff872ecdb3304b6aa764e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable why are these two not equal in the sense of bound-identifier=3D?

#(s= yntax-object x ((top) #(ribcage () () ()) #(ribcage () () ()) #(ribcage #(x= ) #((m1104 top)) #("i1105"))) (hygiene guile-user))
#(syntax-o= bject x ((#f top) shift #(ribcage () () ()) #(ribcage #(x) #((m1104 top)) #= ("i1105"))) (hygiene guile-user)))

/Stefan
--0015173ff872ecdb3304b6aa764e--