[plt-scheme] excluding names from module "base langauges"
Thanks. That worked perfect.
Corey
On 7/5/07, Chongkai Zhu <czhu at cs.utah.edu> wrote:
> (module my-language (lib "plt-pretty-big-text.ss" "lang")
> (provide (all-from-except (lib "plt-pretty-big-text.ss" "lang") exit)))
>
> (module eval.80486-asm.native my-language
> ...)
>
> Chongkai
>
> Corey Sweeney wrote:
> > Is it possible to exclude a function from a base "module language"? I
> > was hoping to do something like this:
> >
> > (module eval.80486-asm.native (all-except (lib
> > "plt-pretty-big-text.ss" "lang") exit)
> >
> > blah blah blah)
> >
>
>
--
((lambda (y) (y y)) (lambda (y) (y y)))