untabify
authorDon Stewart <dons@galois.com>
Mon, 3 Mar 2008 19:51:09 +0000 (19:51 +0000)
committerDon Stewart <dons@galois.com>
Mon, 3 Mar 2008 19:51:09 +0000 (19:51 +0000)
Debug/Trace.hs

index 16a614e..c30c811 100644 (file)
@@ -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