all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: jgart via Guix-patches via <guix-patches@gnu.org>
To: 73096-done@debbugs.gnu.org
Cc: jgart <jgart@dismail.de>, Yuval Langer <yuval.langer@gmail.com>
Subject: bug#73096: A guile package for SRFI-235.
Date: Mon, 09 Sep 2024 13:17:57 -0500	[thread overview]
Message-ID: <87a5gg6696.fsf@dismail.de> (raw)
In-Reply-To: <CAK0OjG3cjJGXXp61q_9vzmkv+QQyjrAknaChEchHdpHFrkU1Sw@mail.gmail.com>


Applied, thanks!

I tested with the following in a REPL:

scheme@(guile-user)> ,use(srfi srfi-235)
scheme@(guile-user)> (if-procedure #t (lambda () 1) (lambda () 2))
$1 = 1
#<unspecified>
scheme@(guile-user)> (if-procedure #f (lambda () 1) (lambda () 2))
$2 = 2
#<unspecified>

-- 
all the best,
jgart




      reply	other threads:[~2024-09-09 18:19 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-09-07 13:02 [bug#73096] A guile package for SRFI-235 Yuval Langer
2024-09-07 19:25 ` jgart via Guix-patches via
2024-09-07 22:20   ` Yuval Langer
2024-09-08  4:02     ` Yuval Langer
2024-09-09 18:17       ` jgart via Guix-patches via [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a5gg6696.fsf@dismail.de \
    --to=guix-patches@gnu.org \
    --cc=73096-done@debbugs.gnu.org \
    --cc=jgart@dismail.de \
    --cc=yuval.langer@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.