Re: [Haskell] Evil code

2006-10-03 Thread Albert Lai
Thomas Davie <[EMAIL PROTECTED]> writes: > The evil code and CPSness were actually intended to be completely > separate entities. I needed (and to a lesser extent now still need), > examples that are (a) very higher order, and (b) evil and hard to > understand the runtime behaviour of. Generally

Re: [Haskell] Haskell XML

2006-08-31 Thread Albert Lai
Till Mossakowski <[EMAIL PROTECTED]> writes: > Could someone summarize the pros and cons of > HXT versus HaXml versus HSX? >From my perspective (therefore perhaps important but hardly comprehensive), HXT vs HaXml: HXT provides arrows. The con is you have to learn arrows. The pro is the arrows

Re: [Haskell] strict vs. lazy state threads

2005-07-31 Thread Albert Lai
Wolfgang Jeltsch <[EMAIL PROTECTED]> writes: > The problem is that I cannot find an exact specification about what strict > and > lazy means in conjunction with state threads. This example shows a difference: import Control.Monad.ST.Strict -- try Lazy instead of Strict example :: (fo