
I think the GHC documentation is a place to look, though it is a bit sparse in places. viz: http://www.haskell.org/ghc/docs/latest/html/base/index.html Hmmm, it sounds as if you already found that. I mention it because I didn't until someone pointed me at it. #g -- At 16:35 05/09/03 +0200, Konrad Hinsen wrote:
Is there any place where I can find an introductory documentation for the Haskell libraries? To be more concrete, say I am interested in using Data.Array.ST.STUArray. I would need some explanation of the ST monad, and then an explanation of how I can use an STUArray in an ST monad. Plus ideally examples. But the same applies to most of the libraries. I can't find any documentation other than the very terse reference or the parts that happen to be covered by textbooks.
Konrad.
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
------------ Graham Klyne GK@NineByNine.org