chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] Re: module for srfi-35


From: felix winkelmann
Subject: [Chicken-users] Re: module for srfi-35
Date: Sun, 12 Oct 2008 22:55:09 +0200

On Fri, Oct 10, 2008 at 10:18 PM, Jörg F. Wittenberger
<address@hidden> wrote:
> I just noticed that my srfi-35 files does not do enough.
>
> At the end there is a:
>
> (import (rename srfi-35
>                (condition? srfi35:condtition?)
>                (message-condition? srfi35:message-condition?)
>                (condition-message srfi35:condition-message)))
> (set! condition? srfi35:condtition?)
> (define message-condition? srfi35:message-condition?)
> (define condition-message srfi35:condition-message)
>
> No, it's not.  message-condition? and condition-message I just added a
> second ago.

Sorry, can't parse that.

>
> Since there are a few more things to export according to the visible
> pattern, I guess that's what (import (prefix ... is supposed to be used
> for.  But when I tried, I ended up with unbound things again.
>
> Please: could I get an example here.
>

No problem, just tell me what you want to do.


cheers,
felix




reply via email to

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