[racket] Arity check

From: Hendrik Boom (hendrik at topoi.pooq.com)
Date: Wed Aug 21 08:16:09 EDT 2013

On Wed, Aug 21, 2013 at 12:16:52PM +0400, Roman Klochkov wrote:
> 
> Why racket doesn't check arity when compiling?
> 
> (define (test)
>   (car 12 3))

Isn't that what typed Racket is for?

-- hendrik

Posted on the users mailing list.