[racket-dev] Roogle?
On Thu, Aug 4, 2011 at 11:13 PM, Robby Findler
<robby at eecs.northwestern.edu> wrote:
> So I wonder if anyone has a
> positive experience with this kind of searching in an "in anger" kind
> of setting?
>
I've had positive experiences searching by type signature in Hoogle.
I've wished I could do the same for the Racket docs every time I try
to remember the name of the function with this signature: (a -> [b])
-> [a] -> [b]. It's the first result in Hoogle, even if you get the
order of arguments backwards.