Re: [racket-dev] pconvert and current-build-share-hook?

2011-11-17 Thread Danny Yoo
On Thu, Nov 17, 2011 at 1:43 PM, Robby Findler wrote: > I think you call the first one on the value and the second on each of > the components of the value where you want to recur. Ok, then I really don't understand the library. The following appears to be effective: ;;;

Re: [racket-dev] pconvert and current-build-share-hook?

2011-11-17 Thread Robby Findler
I think you call the first one on the value and the second on each of the components of the value where you want to recur. Robby On Thu, Nov 17, 2011 at 12:30 PM, Danny Yoo wrote: > I'm having a little difficulty understanding the documentation of the > mzlib/pconvert library > (http://docs.rack

[racket-dev] pconvert and current-build-share-hook?

2011-11-17 Thread Danny Yoo
I'm having a little difficulty understanding the documentation of the mzlib/pconvert library (http://docs.racket-lang.org/mzlib/mzlib_pconvert.html) In particular, I'm trying to understand current-build-share-hook. The description talks about using the basic-share and a sub-share functions, but I