diff options
author | Chris Martin <ch.martin@gmail.com> | 2017-03-12 15:15:17 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-03-13 13:53:35 -0400 |
commit | 2c78def693c5c7a3f796a64444ffa4a7e2825d59 (patch) | |
tree | cc4eca04485468b6516c9f6d60b80ef497bc6f11 /libraries/base/GHC/Event/Internal.hs | |
parent | 9297c6f3177f549f230cac33a79ec0dc9d8bee70 (diff) | |
download | haskell-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.hs | 2 |
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 |