On Wed, Mar 21, 2012 at 5:36 PM, John Clements <[email protected]> wrote: > It looks like 'path-string?' is not labeled as a discriminator type. > >> path-string? > - : (Any -> Boolean) > #<procedure:path-string?> >> > > Is this just an oversight?
Yes, that's just an oversight, although it's slightly more complicated than you'd think (because `(path-string? (string #\null))' is #f). -- sam th [email protected] _________________________ Racket Developers list: http://lists.racket-lang.org/dev

