Re: [Haskell-cafe] ANNOUNCE: Haskell Platform 2010.2.0.0

2010-07-23 Thread Leon Grynszpan
Some nits, if I may pick (http://hackage.haskell.org/platform/contents.html): Under GHC: s/optimzing/optimizing Under Alex: Sentence should end with a period. Under hsc2hs: There shouldn't be a comma. Under haskell code coverage: Testsuite should probably be two words: "test suite". __

[Haskell-cafe] Collecting MonadError errors generically

2010-07-13 Thread Leon Grynszpan
Hello, This is my first post to the Haskell Café, and I'm hoping the issue I'm tackling here isn't one that's been thoroughly explored elsewhere. If that's the case, I'll apologize in advance for my insufficient google chops. Otherwise, here goes... I do a lot of work within the error monad. Havi