<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Thanks. I've installed the command line
      hoogle, ran "hoogle data" (took some time) and it's running fine.
      Integration with ghci also went ok. <br>
      <br>
      Just another question: the online tool gives some explanation of
      stuff, but the command line just shows signatures and packages
      names.<br>
      For instance, searching for "fix" on online hoogle I get (among
      other stuff) the following:<br>
      <blockquote>fix :: (a -&gt; a) -&gt; a<br>
        base Data.Function, base Control.Monad.Fix<br>
        fix f is the least fixed point of the function f, i.e. the least
        defined x such that f x = x. <br>
      </blockquote>
      From command line I don't get that info, I've tried the verbose
      flag but the results were the same:<br>
      <blockquote># hoogle fix<br>
        Control.Monad.Fix module Control.Monad.Fix<br>
        Data.Fixed module Data.Fixed<br>
        Data.Function fix :: (a -&gt; a) -&gt; a<br>
        Control.Monad.Fix fix :: (a -&gt; a) -&gt; a<br>
        Data.Fixed data Fixed a<br>
        (...122 lines of output)<br>
      </blockquote>
      <br>
      On 07/08/12 02:32, Jack Henahan wrote:<br>
    </div>
    <blockquote cite="mid:E1AF6126-2986-4D7A-9EB8-5D1DD6698543@uvm.edu"
      type="cite">
      <pre wrap=""><a class="moz-txt-link-freetext" href="http://www.haskell.org/haskellwiki/Hoogle#GHCi_Integration">http://www.haskell.org/haskellwiki/Hoogle#GHCi_Integration</a>

That should prove useful.
</pre>
    </blockquote>
  </body>
</html>