[racket] typed and racket/date

From: Sam Tobin-Hochstadt (samth at cs.indiana.edu)
Date: Fri Jun 27 14:04:46 EDT 2014

You should use `(require typed/racket/date)` instead.

There's a list of already-typed libraries in the documentation here:
http://docs.racket-lang.org/ts-reference/Libraries_Provided_With_Typed_Racket.html
but I see that it doesn't mention `racket/date`.

Sam

On Fri, Jun 27, 2014 at 1:49 PM, Manfred Lotz <manfred.lotz at arcor.de> wrote:
> Hi there,
> In order to use racket/date in a typed racket program do I need to use
> (require/typed ...)?
>
> If understand it right I have to define types for the stuff I use from
> racket/date. Is this true?
>
> --
> Manfred
>
>
> ____________________
>   Racket Users list:
>   http://lists.racket-lang.org/users

Posted on the users mailing list.