On Thu, Sep 6, 2012 at 1:28 PM, John Cowan <[email protected]> wrote: > Alex Shinn scripsit: > >> As I had already explained to Christian off-list, cond-expand >> is allowed at the top-level as the result of ticket #150. > > You're right, of course. > > Hmm. I note that cond-expand, import, and include are all in the > (scheme base) library, presumably because they are valid top-level > program parts, whereas export is not, presumably because it isn't. > Is that the Right Thing? If so, why?
export would not even make sense outside a library definition context. -- Alex _______________________________________________ Scheme-reports mailing list [email protected] http://lists.scheme-reports.org/cgi-bin/mailman/listinfo/scheme-reports
