[Git][ghc/ghc][wip/T22010] Remove ignored haddock comment.
Jaro Reinders (@Noughtmare)
gitlab at gitlab.haskell.org
Mon Jun 5 13:46:59 UTC 2023
Jaro Reinders pushed to branch wip/T22010 at Glasgow Haskell Compiler / GHC
Commits:
3e317213 by Jaro Reinders at 2023-06-05T15:46:46+02:00
Remove ignored haddock comment.
- - - - -
1 changed file:
- compiler/GHC/Data/Word64Map/Internal.hs
Changes:
=====================================
compiler/GHC/Data/Word64Map/Internal.hs
=====================================
@@ -2085,7 +2085,7 @@ mergeA
subdoubleton k1 k2 (Just y1) (Just y2) = link k1 (Tip k1 y1) k2 (Tip k2 y2)
{-# INLINE subdoubleton #-}
- -- | A variant of 'link_' which makes sure to execute side-effects
+ -- A variant of 'link_' which makes sure to execute side-effects
-- in the right order.
linkA
:: Applicative f
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3e31721327a7c3c7d95eafb00715ef5852c84314
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/3e31721327a7c3c7d95eafb00715ef5852c84314
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/20230605/5f721cf4/attachment-0001.html>
More information about the ghc-commits
mailing list