guile-devel
[Top][All Lists]
Advanced

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

Re: export macro symbol with @ failed


From: Andy Wingo
Subject: Re: export macro symbol with @ failed
Date: Fri, 01 Jul 2011 13:07:56 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

Hi nalingarut,

On Mon 13 Jun 2011 05:54, nalaginrut <address@hidden> writes:

> scheme@(guile-user)> (define aaa (@ (rnrs) unless))
> While compiling expression:
> ERROR: Syntax error:
> unknown location: source expression failed to match any pattern in form
> unless

As Ian said it's expected.  It would work like this:

  (define-syntax aaa (identifier-syntax (@ (rnrs) unless)))

Andy
-- 
http://wingolog.org/



reply via email to

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