guile-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Fix for `submodules' in (ice-9 session) (closes #30062)


From: Ludovic Courtès
Subject: Re: [PATCH] Fix for `submodules' in (ice-9 session) (closes #30062)
Date: Wed, 01 Sep 2010 14:02:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

Hi!

"Jose A. Ortega Ruiz" <address@hidden> writes:

> (I'm still curious about the meaning of the
> modules with gensyms as names, though.)

psyntax expects modules to have a name so that it can refer to them in
expanded code.  Thus, there can be no anonymous modules: modules are
always given a name, see ‘module-name’.  This allows things like the
“compile in fresh module” test to work.

Thanks,
Ludo’.




reply via email to

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