
16 Oct
2009
16 Oct
'09
1:27 p.m.
On Fri, 2009-10-16 at 15:22 +0200, Martijn van Steenbergen wrote:
I propose the addition of the following two functions to module Debug.Trace:
traceM :: Monad m => String -> m () traceM msg = trace msg (return ())
traceShowM :: (Show a, Monad m) => a -> m () traceShowM = traceM . show
I gladly second this proposal! Philip