Re: [Haskell-cafe] Possible issue with Hoogle and Haddock?

2008-11-27 Thread Neil Mitchell
Hi Stephen, I've now worked around this bug in Hoogle - I'm just about to rebuild the website, and hopefully the bug will have disappeared. (Rebuilding the website could take a few days, as I'm currently hunting for the right compiler etc...) Thanks Neil On Fri, Nov 21, 2008 at 8:21 AM, Mitchel

RE: [Haskell-cafe] Possible issue with Hoogle and Haddock?

2008-11-21 Thread Mitchell, Neil
> > I was noticing recently that there seems to be a problem > with Hoogle > > and Haddock. In particular, I just hoogled "bracket" and got the > > following result: > > bracket :: IO a -> a -> IO b -> a -> IO c -> IO c > Clearly this is the > > wrong type, as it should be > > brack

Re: [Haskell-cafe] Possible issue with Hoogle and Haddock?

2008-11-20 Thread Ian Lynagh
On Thu, Nov 20, 2008 at 02:25:25PM -0500, Stephen Hicks wrote: > > I was noticing recently that there seems to be a problem with Hoogle > and Haddock. In particular, I just hoogled "bracket" and got the > following result: > bracket :: IO a -> a -> IO b -> a -> IO c -> IO c > Clearly this is