On Wed, Apr 15, 2009 at 6:26 PM, Nathan Thern <nth...@gmail.com> wrote:
> Hello all-
> It seems cond-expand is not recognized inside module declarations. I
> have the following file saved as "extra.scm":
> --------
> (module
>  extra
>  (when unless)
>
> (cond-expand (plt) (else

You forgot to (import scheme).

Jim


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to