diff options
author | simonmar <unknown> | 2005-02-02 15:30:09 +0000 |
---|---|---|
committer | simonmar <unknown> | 2005-02-02 15:30:09 +0000 |
commit | de37eee65aa0f7de0be27edc6801d705f61eb8c5 (patch) | |
tree | b66aa2fa446188c559155c49bf4aa301128dac03 /libraries/base/Debug | |
parent | a2575928b9ff24e0281832169f97634271d7685b (diff) | |
download | haskell-de37eee65aa0f7de0be27edc6801d705f61eb8c5.tar.gz |
[project @ 2005-02-02 15:28:49 by simonmar]
doc fix
Diffstat (limited to 'libraries/base/Debug')
-rw-r--r-- | libraries/base/Debug/Trace.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/Debug/Trace.hs b/libraries/base/Debug/Trace.hs index 3e369f5e18..84de4d6b1b 100644 --- a/libraries/base/Debug/Trace.hs +++ b/libraries/base/Debug/Trace.hs @@ -28,7 +28,7 @@ import System.IO (hPutStrLn,stderr) #endif -- | 'putTraceMsg' function outputs the trace message from IO monad. --- Usually the output stream is 'stderr' but if the function is called +-- Usually the output stream is 'System.IO.stderr' but if the function is called -- from Windows GUI application then the output will be directed to the Windows -- debug console. putTraceMsg :: String -> IO () |