GNU bug report logs - #73096
A guile package for SRFI-235.

Previous Next

Package: guix-patches;

Reported by: Yuval Langer <yuval.langer <at> gmail.com>

Date: Sat, 7 Sep 2024 13:03:01 UTC

Severity: normal

Done: jgart <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

Full log


Message #19 received at 73096-done <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: 73096-done <at> debbugs.gnu.org
Cc: jgart <jgart <at> dismail.de>, Yuval Langer <yuval.langer <at> gmail.com>
Subject: Re: A guile package for SRFI-235.
Date: Mon, 09 Sep 2024 13:17:57 -0500
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




This bug report was last modified 347 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.