[racket] TRing Places
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