Re: [racket-users] listing the identifiers from "all-defined-out" and "all-from-out"

2015-12-22 Thread Benjamin Greenman
You might also like `filtered-out` from `racket/provide` [1]. The code sample below prints two identifiers (at compile-time): a:x y [1] http://docs.racket-lang.org/reference/require.html#%28mod-path._racket%2Fprovide%29 #lang racket/base (module a racket/base (provide x) (define x 1))

Re: [racket-users] listing the identifiers from "all-defined-out" and "all-from-out"

2015-12-22 Thread Asumu Takikawa
On 2015-12-18 17:27:54 -0800, Sanjeev Sharma wrote: > how can I get lists of identifiers im/exported when one uses > > all-defined-out > all-from-out > > I can't yet make sense of regprov.rkt Do you mean how can you tell what's exported given a particular module someone has written? Or do you

[racket-users] listing the identifiers from "all-defined-out" and "all-from-out"

2015-12-18 Thread Sanjeev Sharma
how can I get lists of identifiers im/exported when one uses all-defined-out all-from-out I can't yet make sense of regprov.rkt -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from