GNU bug report logs - #48315
(ice-9 match) does not suport #nil

Previous Next

Package: guile;

Reported by: Maxime Devos <maximedevos <at> telenet.be>

Date: Sun, 9 May 2021 15:58:01 UTC

Severity: normal

Tags: patch

Full log


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Maxime Devos <maximedevos <at> telenet.be>
To: bug-guile <at> gnu.org
Subject: (ice-9 match) does not suport #nil
Date: Sun, 09 May 2021 17:57:41 +0200
[Message part 1 (text/plain, inline)]
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.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 4 years and 31 days ago.

Previous Next


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