[Git][ghc/ghc][wip/T17949] Apply suggestion to libraries/base/Debug/Trace.hs
Daneel S. Yaitskov
gitlab at gitlab.haskell.org
Fri May 29 03:22:59 UTC 2020
Daneel S. Yaitskov pushed to branch wip/T17949 at Glasgow Haskell Compiler / GHC
Commits:
72bd17f3 by Daneel S. Yaitskov at 2020-05-28T23:22:58-04:00
Apply suggestion to libraries/base/Debug/Trace.hs
- - - - -
1 changed file:
- libraries/base/Debug/Trace.hs
Changes:
=====================================
libraries/base/Debug/Trace.hs
=====================================
@@ -78,8 +78,8 @@ import Data.List (null, partition)
foreign import ccall "&TRACE_user" traceUser :: Ptr CInt
--- | The 'whenEventlog' function evals argument action
--- if RTS eventlog (+RTS -l) is enabled.
+-- | The 'whenEventlog' function runs the argument action
+-- if eventlogging (+RTS -l) is enabled.
--
-- @since 4.14.0.0
{-# INLINE whenEventlog #-}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/72bd17f332ab10315a78c6fa9d188144556e609e
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/72bd17f332ab10315a78c6fa9d188144556e609e
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20200528/6ce5baec/attachment.html>
More information about the ghc-commits
mailing list