Re: [Haskell-cafe] ANN: Hoogle 3.1

2008-02-29 Thread Neil Mitchell
Hi > Interesting to know people are looking for \"where\". As a fairly new > Haskeller, I bumped into frequent indentation issues (if-then-else, > case, where, let, do, etc) and sometimes not sure where to place > \"where\" properly. Maybe beginners are having problem with syntax > more than o

Re: [Haskell-cafe] ANN: Hoogle 3.1

2008-02-29 Thread Steve Lihn
Interesting to know people are looking for \"where\". As a fairly new Haskeller, I bumped into frequent indentation issues (if-then-else, case, where, let, do, etc) and sometimes not sure where to place \"where\" properly. Maybe beginners are having problem with syntax more than other things and th

[Haskell-cafe] ANN: Hoogle 3.1

2008-02-28 Thread Dan Weston
I have a question about the ranking algorithm of Hoogle 3.1: The top match of hoogle "(a -> b) -> b" is the inexact match Control.Monad.State.Class.gets :: MonadState s m => (s -> a) -> m a (which cannot be made to unify with (a -> b) -> b) instead of Control.Monad.Cont.runCont (undefined :: C