id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
1912,Debug.Trace should add another version of putTraceMsg same as traceShow,guest,,"trace function can work on Show using traceShow (#474).
So I think Debug.Trace should also add another version of putTraceMsg same as traceShow.

{{{
printTraceMsg :: Show a => a -> b -> IO ()
printTraceMsg = putTraceMsg . show
}}}

I want to use putTraceMsg function and this variation. Because I want to trace problems in monad and monad transformer codem, on Windows GUI Application. ",feature request,closed,normal,,libraries/base,6.8.1,wontfix,,shelarcy@…,Unknown/Multiple,Unknown/Multiple,,Unknown,,,,
