[Haskell] ANNOUNCE: pam-1.0

2005-10-06 Thread Henning Günther
pam-0.1 --- Haskell bindings for pam. Weee! This is my first release _ever_. I've created it mainly for learning reasons and just want to share it with the haskell community. See http://haskell.org/pam for more information about it. Feedback is very welcome. :) It's very untested yet, so i

Re: [Haskell] strictness of putChar: report incomplete?

2005-10-06 Thread Lennart Augustsson
Simon Marlow wrote: I agree with you. And that is how it used to be, but then some people didn't think that was convenient enough so now we are stuck with a seq that (IMHO) stinks. :) Having a seq that works on anything is occasionally very useful for fixing space leaks, and the type class ve

RE: [Haskell] strictness of putChar: report incomplete?

2005-10-06 Thread Simon Marlow
On 05 October 2005 17:05, Lennart Augustsson wrote: > Wolfgang Jeltsch wrote: >> Am Mittwoch, 5. Oktober 2005 16:22 schrieb Simon Marlow: >> >>> [...] >> >> >>> Also, GHC's optimiser currently treats (_|_ :: IO a) and (do _|_; >>> return ()) as interchangeable, which is naughty, and people have