Re: Searching GHC with Hoogle

2011-05-01 Thread Neil Mitchell
Hi David, > Cool! What version of the GHC source code does it use? 7.0.3, I just used the docs from here: http://www.haskell.org/ghc/docs/latest/html/libraries/ghc/ - when a new stable version is released it will use that. If people would prefer the development version, and can point me at a Hoo

Re: Searching GHC with Hoogle

2011-05-01 Thread David Terei
Cool! What version of the GHC source code does it use? Cheers, David On 1 May 2011 11:13, Neil Mitchell wrote: > Hi, > > I've now extended Hoogle to search the GHC API, as detailed in this > blog post: > http://neilmitchell.blogspot.com/2011/05/searching-ghc-with-hoogle.html > > As a simple exa

Searching GHC with Hoogle

2011-05-01 Thread Neil Mitchell
Hi, I've now extended Hoogle to search the GHC API, as detailed in this blog post: http://neilmitchell.blogspot.com/2011/05/searching-ghc-with-hoogle.html As a simple example, to find out about the GHC register allocator, you can search for: http://haskell.org/hoogle/?hoogle=%2Bghc+alloc+reg T