[racket-dev] struct:<name> exports from 2htdp/image, mrlib/image-core, etc.

From: Matthias Felleisen (matthias at ccs.neu.edu)
Date: Wed Aug 7 10:34:49 EDT 2013

When you inject new names, things might break. 



On Aug 6, 2013, at 9:04 PM, Sam Tobin-Hochstadt <samth at cs.indiana.edu> wrote:

> Can you explain what uses would break?
> 
> Sam
> 
> On Aug 6, 2013 4:21 PM, "Matthias Felleisen" <matthias at ccs.neu.edu> wrote:
> 
> That might interfere with normal uses of these libraries in *SL. -- Matthias
> 
> 
> 
> On Aug 6, 2013, at 6:50 PM, Asumu Takikawa <asumu at ccs.neu.edu> wrote:
> 
> > Hi all,
> >
> > A few teaching libraries like `2htdp/image` provide struct constructors
> > and accessors, but don't export the struct type descriptor values. Does
> > anyone mind if I add the exports to libraries like `2htdp/image`,
> > `mrlib/image-core`, etc.?
> >
> > (it's needed for Typed Racket with require/typed)
> >
> > Cheers,
> > Asumu
> > _________________________
> >  Racket Developers list:
> >  http://lists.racket-lang.org/dev
> 
> _________________________
>   Racket Developers list:
>   http://lists.racket-lang.org/dev



Posted on the dev mailing list.