[racket] TRing Places

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Sat Oct 27 20:27:35 EDT 2012

On Sat, Oct 27, 2012 at 12:37 PM, Ray Racine <ray.racine at gmail.com> wrote:
> Looks like I'll need to enhance the TRing coverage of the Places API.  There
> is currently a few things done in typed-racket/.../base-env.rkt.  If one
> were to elaborate out the general Places api should it continue in
> base-env.rkt or done as a separate stand-alone modules in
> collects/typed/place.   Similar to what I did with Plot.

The general rule is that things in libraries starting with
`racket/...` should be provided by default from Typed Racket, meaning
they should go in `base-env.rkt`.

-- 
sam th
samth at ccs.neu.edu

Posted on the users mailing list.