bug-guile
[Top][All Lists]
Advanced

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

Re: procedure-documentation does not work for procedures which exported


From: Kevin Ryde
Subject: Re: procedure-documentation does not work for procedures which exported from module
Date: Thu, 28 Dec 2006 06:58:52 +1100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

address@hidden 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.




reply via email to

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