bkyk8rc3zvpnsf5inmcqq4n3k98cv6hj-my-site-hyper-literate-git.test.suzanne.soy-0.0.1

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 6275438ef93f84d9c26d88e5cd24bff5717d4808
parent a259ec0ed61e48a8c3cb18446afdb2c2aabb2baa
Author: Robby Findler <robby@racket-lang.org>
Date:   Tue, 19 Oct 2004 18:34:34 +0000

.

original commit: 1bd92c441435a2c2ae5f0a37c7d5e6559e620360

Diffstat:
Mcollects/help/private/search.ss | 10+++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/collects/help/private/search.ss b/collects/help/private/search.ss @@ -17,13 +17,13 @@ boolean? (listof path?) boolean? - any? + any/c (-> any) - (string? any? . -> . void?) - (string? any? . -> . void?) - (string? string? string? path? (union string? number? false?) any? . -> . void?) + (string? any/c . -> . void?) + (string? any/c . -> . void?) + (string? string? string? path? (union string? number? false/c) any/c . -> . void?) . -> . - (union string? false?))] + (union string? false/c))] (build-string-finds/finds (string? boolean?