[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] foreign type export
From: |
felix winkelmann |
Subject: |
Re: [Chicken-users] foreign type export |
Date: |
Mon, 3 Jan 2005 07:53:09 +0100 |
On Sun, 2 Jan 2005 22:48:56 +0000, Joel Reymont <address@hidden> wrote:
> Folks,
>
> Are foreign types exported by Chicken from the Scheme file in which they
> are defined?
No, they aren't. Sorry. One can of course put the types into an include
file and use it in all source files that use the given types via
(include "mytypes.scm")
cheers,
felix