[Haskell-beginners] type vs data, again...

Rustom Mody rustompmody at gmail.com
Fri Mar 22 04:31:47 CET 2013


On Sun, Mar 17, 2013 at 8:55 PM, David McBride <toad3k at gmail.com> wrote:

> If you hover over "type Object = HashMap Text Value" in
> Data.Aeson.Types in hackage, you will see that the HashMap link links
> to
> http://hackage.haskell.org/packages/archive/unordered-containers/0.2.3.0/doc/html/Data-HashMap-Strict.html#t:HashMap
> ,
> which tells you what package it came from and what to import.
>

Is there some hackage 'hover-click' help/tut somewhere?
Maybe 10 years of python habits... I find hackage often hard to navigate
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/beginners/attachments/20130322/df25c8c9/attachment.htm>


More information about the Beginners mailing list