summaryrefslogtreecommitdiff
path: root/libraries/base/Debug
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2014-09-24 23:42:55 +0200
committerHerbert Valerio Riedel <hvr@gnu.org>2014-09-24 23:42:55 +0200
commit805ee118b823f271dfd8036d35b15eb3454a95ad (patch)
tree23a46454f15fe76789ed80b88f1a7cf723107047 /libraries/base/Debug
parent4b648be19c75e6c6a8e6f9f93fa12c7a4176f0ae (diff)
downloadhaskell-805ee118b823f271dfd8036d35b15eb3454a95ad.tar.gz
`M-x delete-trailing-whitespace` & `M-x untabify`
...several modules in `base` recently touched by me
Diffstat (limited to 'libraries/base/Debug')
-rw-r--r--libraries/base/Debug/Trace.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/base/Debug/Trace.hs b/libraries/base/Debug/Trace.hs
index ddb19a077d..fb44a34c27 100644
--- a/libraries/base/Debug/Trace.hs
+++ b/libraries/base/Debug/Trace.hs
@@ -8,7 +8,7 @@
-- Module : Debug.Trace
-- Copyright : (c) The University of Glasgow 2001
-- License : BSD-style (see the file libraries/base/LICENSE)
---
+--
-- Maintainer : libraries@haskell.org
-- Stability : provisional
-- Portability : portable
@@ -37,7 +37,7 @@ module Debug.Trace (
-- $eventlog_tracing
traceEvent,
traceEventIO,
-
+
-- * Execution phase markers
-- $markers
traceMarker,
@@ -246,7 +246,7 @@ traceEventIO msg =
--
-- Markers let us do this: we can annotate the program to emit a marker at
-- an appropriate point during execution and then see that in a profile.
---
+--
-- Currently this feature is only supported in GHC by the eventlog tracing
-- system, but in future it may also be supported by the heap profiling or
-- other profiling tools. These function exists for other Haskell