documentation of Haskell's hierarchical libraries

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

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
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@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
participants (2)
-
Adam Bergmark
-
s nedunuri