unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#48315: (ice-9 match) does not suport #nil
@ 2021-05-09 15:57 Maxime Devos
  2021-05-12 20:03 ` Taylan Kammer
  0 siblings, 1 reply; 2+ messages in thread
From: Maxime Devos @ 2021-05-09 15:57 UTC (permalink / raw)
  To: 48315

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

guile --version:
guile (GNU Guile) 3.0.5

(use-modules (ice-9 match))

(match #nil (_ 'xyzzy))
-->
While compiling expression:
Syntax error:
unknown location: unexpected syntax in form ()

(match '() (_ 'xyzzy))
--> $16 = xyzzy

Greetings,
Maxime.

[-- 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-12 20:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-09 15:57 bug#48315: (ice-9 match) does not suport #nil Maxime Devos
2021-05-12 20:03 ` 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).