[plt-scheme] excluding names from module "base langauges"

From: Corey Sweeney (corey.sweeney at gmail.com)
Date: Thu Jul 5 15:20:08 EDT 2007

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)))


Posted on the users mailing list.