From: Chongkai Zhu (czhu at cs.utah.edu) Date: Thu Jul 5 15:11:16 EDT 2007 |
|
(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) >
Posted on the users mailing list. |
|