oops, we forgot to export traceShow
[ghc-base.git] / Debug / Trace.hs
index accf247..16a614e 100644 (file)
@@ -15,7 +15,8 @@
 module Debug.Trace (
        -- * Tracing
        putTraceMsg,      -- :: String -> IO ()
-       trace             -- :: String -> a -> a
+       trace,            -- :: String -> a -> a
+        traceShow
   ) where
 
 import Prelude