[Haskell-cafe] complete documentation like the one from Java or C++

2004-09-09 Thread PRISACARIU Cristian
Hellow, can you tell me where I can find a more explicit documentation for the Haskell library and maybe for some of the extentions. GHC comes with something but is not as I want. I would like them to tell me for a function what it does not only what arguments it takes and what it returnes.

[Haskell-cafe] Functional Reactive Programming

2004-09-09 Thread Mark Carroll
I was wondering, how much active development is done on FRP frameworks these days. What direction is it going in, and who are the users? I haven't seen much new on Yampa lately so I wondered how that was doing, or if it was thought largely finished and maybe something else was going on. For

Re: [Haskell-cafe] complete documentation like the one from Java or C++

2004-09-09 Thread Cale Gibbard
Just in case it's not what you're referring to, http://www.haskell.org/ghc/docs/latest/html/libraries/index.html together with the Haskell report http://www.haskell.org/onlinereport/ generally does the trick for me. Occasionally, descriptions are left out when the name of the thing together with