On Fri, Aug 10, 2012 at 3:12 AM, Eric Dobson <[email protected]> wrote: > It looks like there is an issue with turning case lambdas with > keywords into a contract. If you drop the one argument case for > function, it should work.
Unfortunately, the `case->` contract combinator that Typed Racket relies on doesn't support keyword arguments, so it's very difficult to generate an appropriate contract here. -- sam th [email protected] ____________________ Racket Users list: http://lists.racket-lang.org/users

