[racket] TR Keyword Args (Lil Help)

From: Ray Racine (ray.racine at gmail.com)
Date: Fri Aug 10 13:38:47 EDT 2012

Here https://gist.github.com/3315984

The first (test1) works fine.  Note it uses a KW arg.

However, (test2) fails.  I thought it was the complexity of the first arg
that I was getting wrong.  But when the KW #:label is commented out it
works fine.

Thanks in advance for looking at it

Ray

On Fri, Aug 10, 2012 at 10:59 AM, Ray Racine <ray.racine at gmail.com> wrote:

> Thank you.
>
> Whatever seed typing work I do for Plot will be up on my github in a
> Racket clone under collects/typed/plot.  Shortly.
>
> Ray
>
>
>
> On Fri, Aug 10, 2012 at 10:29 AM, Sam Tobin-Hochstadt <samth at ccs.neu.edu>wrote:
>
>> On Fri, Aug 10, 2012 at 10:21 AM, Ray Racine <ray.racine at gmail.com>
>> wrote:
>> > Removal of the extra case, shifts the bug.  It now type checks fine, but
>> > when you instantiate (run) the module it blows up with a bountiful error
>> > message.
>>
>> This is a bug; I'll push a fix shortly.
>>
>> --
>> sam th
>> samth at ccs.neu.edu
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20120810/360f3915/attachment.html>

Posted on the users mailing list.