Re: [Haskell-cafe] Hoogle works once more

2007-12-06 Thread Magnus Therning
Neil Mitchell wrote: > I've just finished updating Hoogle (http://haskell.org/hoogle/) to > work with the latest GHC API, in particular all the base split that > has occurred and the few functions that were added. It took rather > longer than I would have liked, because of paper deadlines etc, but

Re: [Haskell-cafe] Hoogle works once more

2007-12-06 Thread Neil Mitchell
Hi Dennis, > Not sure if this qualifies in any category above, but I just searched for: > > Monad m => m (m a) -> m a > > And I couldn't find Control.Monad.join on any of the first 4 pages or > so of results. If I search for join, of course, the first result is: > > Control.Monad. jo

Re: [Haskell-cafe] Hoogle works once more

2007-12-06 Thread Neil Mitchell
Hi > Is there a way to search on module names? If I put in Data.Map then > the one thing that doesn't come up is a link to the library page for > Data.Map. That would be a really good short-cut. As Tillman says, you can search for "Map" alone to find Data.Map. The new version (Hoogle 4) already s

Re: [Haskell-cafe] Hoogle works once more

2007-12-06 Thread Tillmann Rendel
Dougal Stanton wrote: Is there a way to search on module names? If I put in Data.Map then the one thing that doesn't come up is a link to the library page for Data.Map. That would be a really good short-cut. You can already search for unqualified module names: http://haskell.org/hoogle/?q=Ma

Re: [Haskell-cafe] Hoogle works once more

2007-12-06 Thread Denis Bueno
On Dec 6, 2007 10:50 AM, Neil Mitchell <[EMAIL PROTECTED]> wrote: > So now, if there is a function you are looking for in the core > libraries which you can't find, tell me. Equally, if any of the > documentation links lead to a 404, please do tell me. Thanks for your work on Hoogle! It is an ext

Re: [Haskell-cafe] Hoogle works once more

2007-12-06 Thread Dougal Stanton
On 06/12/2007, Neil Mitchell <[EMAIL PROTECTED]> wrote: > Hi, > > I've just finished updating Hoogle (http://haskell.org/hoogle/) to > work with the latest GHC API, in particular all the base split that > has occurred and the few functions that were added. It took rather > longer than I would have

[Haskell-cafe] Hoogle works once more

2007-12-06 Thread Neil Mitchell
Hi, I've just finished updating Hoogle (http://haskell.org/hoogle/) to work with the latest GHC API, in particular all the base split that has occurred and the few functions that were added. It took rather longer than I would have liked, because of paper deadlines etc, but its now sufficiently aut