summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Event/Internal.hs
diff options
context:
space:
mode:
authorChris Martin <ch.martin@gmail.com>2017-03-12 15:15:17 -0400
committerBen Gamari <ben@smart-cactus.org>2017-03-13 13:53:35 -0400
commit2c78def693c5c7a3f796a64444ffa4a7e2825d59 (patch)
treecc4eca04485468b6516c9f6d60b80ef497bc6f11 /libraries/base/GHC/Event/Internal.hs
parent9297c6f3177f549f230cac33a79ec0dc9d8bee70 (diff)
downloadhaskell-2c78def693c5c7a3f796a64444ffa4a7e2825d59.tar.gz
Don't reference elSupremum in haddock for Lifetime Monoid
Reviewers: austin, hvr, bgamari, RyanGlScott Reviewed By: RyanGlScott Subscribers: RyanGlScott, rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3325
Diffstat (limited to 'libraries/base/GHC/Event/Internal.hs')
-rw-r--r--libraries/base/GHC/Event/Internal.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/Event/Internal.hs b/libraries/base/GHC/Event/Internal.hs
index 7024714fdf..f6eb8efac9 100644
--- a/libraries/base/GHC/Event/Internal.hs
+++ b/libraries/base/GHC/Event/Internal.hs
@@ -99,7 +99,7 @@ elSupremum OneShot OneShot = OneShot
elSupremum _ _ = MultiShot
{-# INLINE elSupremum #-}
--- | @mappend@ == @elSupremum@
+-- | @mappend@ takes the longer of two lifetimes.
--
-- @since 4.8.0.0
instance Monoid Lifetime where