From: Jim Ursetto <[email protected]> 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 _______________________________________________ Chicken-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/chicken-users
