[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#48315: (ice-9 match) does not suport #nil
From: |
Maxime Devos |
Subject: |
bug#48315: (ice-9 match) does not suport #nil |
Date: |
Sun, 09 May 2021 17:57:41 +0200 |
User-agent: |
Evolution 3.34.2 |
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
Description: This is a digitally signed message part
- bug#48315: (ice-9 match) does not suport #nil,
Maxime Devos <=