[racket-dev] [plt] Push #20559: master branch updated

From: Robby Findler (robby at eecs.northwestern.edu)
Date: Thu Jun 24 10:18:22 EDT 2010

A factor of 4 for removing those contracts and turning them into
checks seems suspicious. They should not be that bad. Possibly Eli
made other changes in there too?

Robby

On Thu, Jun 24, 2010 at 9:16 AM, Sam Tobin-Hochstadt <samth at ccs.neu.edu> wrote:
> On Thu, Jun 24, 2010 at 10:13 AM, Robby Findler
> <robby at eecs.northwestern.edu> wrote:
>> Were the contracts -> and/or ->*, or were they ->d?
>
> Here are the removed contracts:
>
> [enqueue! (-> queue/c any/c void?)]
> [dequeue! (-> nonempty-queue/c any/c)]
>
> --
> sam th
> samth at ccs.neu.edu
>


Posted on the dev mailing list.