[Haskell-cafe] documentation of Haskell's hierarchical libraries

Adam Bergmark adam at bergmark.nl
Fri Dec 18 23:10:31 UTC 2015


Data.HashTable isn't missing, it was removed in base 4.7 (GHC 7.8).

Have you looked at the documentation on hackage.haskell.org? I imagine
that's where the majority of people read documentation, there's little
reason to restrict yourself to the packages shipped with GHC or haskell
platform.

- Adam



On Sat, Dec 19, 2015 at 12:00 AM, s nedunuri <ss.nedunuri at gmail.com> wrote:

> I am wondering where I might be able to get a reasonably complete
> documentation of Haskell's libraries. I was using the documentation at
> https://downloads.haskell.org/~ghc/latest/docs/html/libraries/ but I
> noticed that it was missing hash tables, which are located in
> Data.HashTable. I am not sure what other modules might be missing from
> there. Is there some place where everything (up to some release) is
> documented?
>
> thanks
>
> PS the documentation bundled with the Haskell Platform (7.10.2-a) is even
> worse as its missing large sections of what you find at the online
> documentation
>
> _______________________________________________
> Haskell-Cafe mailing list
> Haskell-Cafe at haskell.org
> http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/haskell-cafe/attachments/20151219/8c7b20f5/attachment.html>


More information about the Haskell-Cafe mailing list