From 6ec0a71d8daa9728a9c93bcbfa443d9310423d98 Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Mon, 3 Mar 2008 19:51:09 +0000 Subject: [PATCH] untabify --- Debug/Trace.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Debug/Trace.hs b/Debug/Trace.hs index 16a614e..c30c811 100644 --- a/Debug/Trace.hs +++ b/Debug/Trace.hs @@ -13,9 +13,9 @@ ----------------------------------------------------------------------------- module Debug.Trace ( - -- * Tracing - putTraceMsg, -- :: String -> IO () - trace, -- :: String -> a -> a + -- * Tracing + putTraceMsg, -- :: String -> IO () + trace, -- :: String -> a -> a traceShow ) where -- 1.7.10.4