chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] reexport - not working as expected (or I have wrong


From: kooda
Subject: Re: [Chicken-users] reexport - not working as expected (or I have wrong expectations)
Date: Sat, 21 Jul 2018 14:08:58 +0200
User-agent: OttMail/0.1

Martin Schneeweis <address@hidden> wrote:
> Splitting the whole thing into 3 files does not work - I get a runtime
> exception (when executing "mod-c"): "Error: unbound variable:
> mod-a#test-a".

The one thing that is missing from your example, is that mod-a is never
loaded, this can be acheived by adding `(use mod-a)` in mod-b’s code.



reply via email to

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