unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#48448: 'procedure-name' returns #f if name is #{}# (the empty symbol)
@ 2021-05-15 18:27 Maxime Devos
  2021-05-15 23:33 ` Taylan Kammer
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Devos @ 2021-05-15 18:27 UTC (permalink / raw)
  To: 48448

[-- Attachment #1: Type: text/plain, Size: 180 bytes --]

guile --version: 3.0.5
In a REPL:

(let ((#{}# (lambda () 0)) (something-else (lambda () 0)))
  (map procedure-name (list #{}# something-else)))
--> $20 (#f someting-else)


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 260 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-05-15 23:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-15 18:27 bug#48448: 'procedure-name' returns #f if name is #{}# (the empty symbol) Maxime Devos
2021-05-15 23:33 ` Taylan Kammer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).