[plt-scheme] Bug in url.ss? Parameter wrapped with contract
Fixed in svn.
N.
On 8/1/07, Robby Findler <robby at cs.uchicago.edu> wrote:
> That should probably use the (relatively) new parameter/c contract,
> instead of the function-based contract.
>
> Robby
>
> On 8/1/07, Noel Welsh <noelwelsh at gmail.com> wrote:
> > Hi all,
> >
> > The current-proxy-servers parameter defined in url-unit.ss is wrapped
> > with a contract in url.ss. This means that parameterize complains if
> > you pass it current-proxy-servers:
...