[plt-scheme] bugs.plt-scheme.org is down?
That's fixed now. Thanks for the report.
Robby
On Mon, May 12, 2008 at 4:20 PM, Danny Yoo <dyoo at csmail.wpi.edu> wrote:
> I'm having trouble submitting the following bug; is bugs.plt-scheme.org
> down?
>
>
> The following simplified program raises a very bad error message under 3.99:
>
> --------------------------------------------------------
> #lang scheme/base
> (require scheme/contract)
> (provide/contract [foo (case-> (number? . -> . any))])
> (define (foo x)
> (* x x))
> --------------------------------------------------------
>
>
> I'm seeing:
>
> map: expects type <proper list> as 2nd argument, given: #f; other arguments
> were: #<procedure:to-proj>
>
>
> The bug seems related to the use of 'any' within a case-> contract.
> _________________________________________________
> For list-related administrative tasks:
> http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>