Hi,
I have a question on debugging, but first I must say that I am a bit of a newbie. I have ML experience, but Haskell is a bit new to me. Second, perhaps you can suggest a place I can ask newbie questions that is more appropriate than this list.
Are there any papers/docs on debug techniques for debugging programs compiled under GHC?
Is there a way to force a statement in a let expression to evaluate and thus print text?
I tried to perform IO in a let expression, but it seems that it wont evaluate if some other value does not depend on it, or execution never reached the let.
Thanks for any advice you can give,
Mike