RE: [Haskell-cafe] What Functions are Standard?

2004-10-07 Thread Simon Peyton-Jones
John | I have been writing code using the docs over at | http://www.haskell.org/ghc/docs/latest/html/libraries/index.html, which | is the only comprehensive library reference I could find. | | I am using some code from System.IO, supposedly from base. When I try | to build this with nhc98,

[Haskell-cafe] What Functions are Standard?

2004-10-05 Thread John Goerzen
Hello, I have been writing code using the docs over at http://www.haskell.org/ghc/docs/latest/html/libraries/index.html, which is the only comprehensive library reference I could find. I am using some code from System.IO, supposedly from base. When I try to build this with nhc98, it doesn't

Re: [Haskell-cafe] What Functions are Standard?

2004-10-05 Thread Glynn Clements
John Goerzen wrote: Hello, I have been writing code using the docs over at http://www.haskell.org/ghc/docs/latest/html/libraries/index.html, which is the only comprehensive library reference I could find. I am using some code from System.IO, supposedly from base. When I try to build