bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#10246: R6RS library form broken?


From: Tobias Brandt
Subject: bug#10246: R6RS library form broken?
Date: Wed, 7 Dec 2011 18:53:59 +0100

Hi,

I'm running the latest git version (2.0.3.244-04ec29).
Declaring a R6RS style library doesn't work:

(library (foo))

=>
ice-9/psyntax.scm:1422:30: In procedure expand-macro:
ice-9/psyntax.scm:1422:30: Syntax error:
source expression failed to match any pattern in form (library (foo))


while this does:

(define-module (foo))





reply via email to

[Prev in Thread] Current Thread [Next in Thread]