chicken-hackers
[Top][All Lists]
Advanced

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

[Chicken-hackers] Re: Using a container module to export bindings from a


From: Tony Sidaway
Subject: [Chicken-hackers] Re: Using a container module to export bindings from a group of related modules
Date: Tue, 13 Oct 2009 02:15:57 +0100

Should be:

(module locale
(export (module locale-timezone locale-builtin locale-posix
locale-components locale-categories locale-current))
(import chicken scheme)
)

Note second parenthesis after "locale-current)".




reply via email to

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