Re: [Haskell] Re: state of HaXml?

2007-01-06 Thread Taral
On 1/4/07, Stefan Karrmann <[EMAIL PROTECTED]> wrote: My 2 cent: Why does seq not help? See code below. The short answer is because it only forces the head of the value, not the entire value. You need deepSeq for that. load fn = do handle <- IO.openFile fn IO.ReadMode contents <

Re: [Haskell] Re: state of HaXml?

2007-01-06 Thread Stefan Karrmann
My 2 cent: Why does seq not help? See code below. Simon Marlow (Thu, Jan 04, 2007 at 03:08:45PM +): > and the original code was this: > > load fn = do handle <- IO.openFile fn IO.ReadMode >contents <- IO.hGetContents handle >IO.hClose handle >

Re: [Haskell] HNOP Status

2007-01-06 Thread Donald Bruce Stewart
ashley: > For code designed not to do anything, HNOP has high hopes. I have > recently split the project into two Cabal packages: "nop", a library of > no-op services, and "hnop", a program that uses nop to do nothing. Both > packages can be found in this repository: > > darcs get http://sema