[EMAIL PROTECTED] writes:
>
> It this a bug in Guile?  Or I'm wrong and I should write such code in
> other way?

It looks right, and it works for me with the same debian guile (on
i386).

You don't have a different version of your module lurking in the
search path?  You can put a print in %load-hook (see the manual) to
check that.  You can also try

        (procedure-source any->string)

to see if it's what you expect.


_______________________________________________
Bug-guile mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-guile

Reply via email to