[racket] typed/rackunit

From: Sam Tobin-Hochstadt (samth at ccs.neu.edu)
Date: Fri Dec 3 16:19:35 EST 2010

On Fri, Dec 3, 2010 at 3:59 PM, keydana at gmx.de <keydana at gmx.de> wrote:
> Hi,
>
> just a short question regarding testing in typed racket - might it be that I can use
>
> #lang typed/racket
> (require typed/rackunit)
>
> to write "simple checks" with check-equal? etc., but that test-case. test-suite etc. are not intended for general usage yet
> (although they seem to be provided in typed/rackunit/main)?

Yes, that's how I would describe it.
-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.