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".
__
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