[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] Cannot export record methods in module
From: |
Felix |
Subject: |
Re: [Chicken-users] Cannot export record methods in module |
Date: |
Tue, 22 Jan 2013 22:07:20 +0100 (CET) |
From: Jim Ursetto <address@hidden>
Subject: Re: [Chicken-users] Cannot export record methods in module
Date: Tue, 22 Jan 2013 01:41:38 -0600
> I think you just need to (import scheme chicken) instead of (import chicken).
That's right. "module" sees exported definitions by looking for
"define"/"set!"s that assign to the exported identifiers. In theory
this should work without importing "scheme", so there may be a hygiene
issue with "define-record" lurking somewhere. On the other hand, this
is a bit of a corner case...
cheers,
felix