From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id WIxyF9zfjl+xLgAA0tVLHw (envelope-from ) for ; Tue, 20 Oct 2020 13:02:20 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id KK5cE9zfjl/ySAAA1q6Kng (envelope-from ) for ; Tue, 20 Oct 2020 13:02:20 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id AEDC0940650 for ; Tue, 20 Oct 2020 13:02:19 +0000 (UTC) Received: from localhost ([::1]:35836 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kUrHO-0000Bz-I2 for larch@yhetil.org; Tue, 20 Oct 2020 09:02:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:46070) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUrEz-0008Dr-W5 for guix-devel@gnu.org; Tue, 20 Oct 2020 08:59:50 -0400 Received: from tobias.gr ([2a02:c205:2020:6054::1]:56458) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kUrEx-0004wr-B5 for guix-devel@gnu.org; Tue, 20 Oct 2020 08:59:49 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tobias.gr; s=2018; bh=gxzTkaSsIVulCE47dvURtuYs/OCXoRRUKoShslqCjDo=; h=date:in-reply-to: references:subject:cc:to:from; b=Rpi98gCAnw+u+pXSsJflQo2Vueh3tLJKJg473 AbRzJWvgNjifVI+f91u0iR7lODVahA3XOw7VeRtRQE7P2QZvIraKKAiIS81dyfmkcjaEzD zGsEtJopzNxqkFU5Rjbop8dlRLDWInG5JphYj6EqVCSCB2iX/YgA0Kl9Y8DtOzZx+yKWzt fhfxTXgQuktoTlOX2/VxrhItL8//o4AsQGYIs6RtcRiyFHoLRZhEIWz0P63211SPJASt7Z GEXyOQAZvwUkPbZMxvA26oMIC/PyaNBiYzDw4xz2RBKBNv2u9wkKoDVvba1eVX565/nEoM ACE6EyljXnL5nVqTakFn1cAIA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 087303b2 (TLSv1.2:ECDHE-ECDSA-AES256-GCM-SHA384:256:NO); Tue, 20 Oct 2020 12:59:58 +0000 (UTC) BIMI-Selector: v=BIMI1; s=default; From: Tobias Geerinckx-Rice To: zimoun Cc: Ricardo Wurmus , guix-devel@gnu.org Subject: Re: Using #true and #false everywhere? References: <875z7a78ww.fsf@gnu.org> <20201020103244.GB6805@jurong> <871rhtw3tq.fsf@elephly.net> In-reply-to: Date: Tue, 20 Oct 2020 14:59:49 +0200 Message-ID: <87k0vl833u.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-detected-operating-system: by eggs.gnu.org: No matching host in p0f cache. That's all we know. X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list 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+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=tobias.gr header.s=2018 header.b=Rpi98gCA; dmarc=pass (policy=reject) header.from=tobias.gr; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -2.31 X-TUID: sVB6CtOoyyjg --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable zimoun =E5=86=99=E9=81=93=EF=BC=9A > So 'define-syntax define-record-type*' needs to be fixed to=20 > return > #true... Not sure if this is a misunderstanding on my part or yours, but: ~ =CE=BB guile scheme@(guile-user)> (define (return-#true) #true) scheme@(guile-user)> (return-#true) $3 =3D #t Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCX47fRQ0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW156BkA/1X0etOGhwvbwfX6FYWuceL1HV+p73X4MBxTBCtE yffmAQDLkkJFhKPetJvL/Cj9zUXBNCJoEnIlHYd024lW+X7xAw== =soTY -----END PGP SIGNATURE----- --=-=-=--