From 3f53d214c68250f21372626c15d582130fd1bd76 Mon Sep 17 00:00:00 2001 From: Tim Brown Date: Tue, 21 Jul 2015 10:05:55 +0100 Subject: [PATCH] url-exception? exported wrongly --- racket/collects/net/url.rkt | 1 - 1 file changed, 1 deletion(-) diff --git a/racket/collects/net/url.rkt b/racket/collects/net/url.rkt index c299c40d0a..2a39e39085 100644 --- a/racket/collects/net/url.rkt +++ b/racket/collects/net/url.rkt @@ -373,7 +373,6 @@ (-> input-port? any) (listof string?) any))) - (url-exception? (any/c . -> . boolean?)) (current-proxy-servers (parameter/c (or/c false/c (listof (list/c string? string? number?))))))