chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] to "uses" or not to "uses"


From: Jörg F . Wittenberger
Subject: Re: [Chicken-users] to "uses" or not to "uses"
Date: 25 Mar 2013 10:00:33 +0100

On Mar 24 2013, Moritz Heidkamp wrote:

Jörg F. Wittenberger <address@hidden> writes:
Now I wanted to kick out need to keep duplicates of
the requirements; once in the uses cluse and below in
the import list.

Can give an example of what you refer to as "import list"?

(declare (unit foo)
;; this are my uses declarations
(uses bar foobar library)
;; end of uses declarations
)

(module
foo *
;; this is my import list:
(import bar foobar library)
;; end of import list
)


Moritz




reply via email to

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