[Haskell-cafe] Getting debugging/logging info?
Hugh Perkins
hughperkins at gmail.com
Mon Jul 2 18:20:40 EDT 2007
In imperative languages we can do this type of thing:
SystemLogging.LogInfo("About to do something...");
DoSomething();
SystemLogging.LogInfo("Did Something");
SystemLogging.LogInfo("x is " + x );
How can we do something similar in Haskell?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.haskell.org/pipermail/haskell-cafe/attachments/20070703/a07d4186/attachment.htm
More information about the Haskell-Cafe
mailing list