[Git][ghc/ghc][master] Fix haddock formatting in Control.Monad.ST.Lazy.Imp.hs
Marge Bot
gitlab at gitlab.haskell.org
Fri Apr 3 10:27:42 UTC 2020
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
9e60273d by Maxim Koltsov at 2020-04-03T06:27:32-04:00
Fix haddock formatting in Control.Monad.ST.Lazy.Imp.hs
- - - - -
1 changed file:
- libraries/base/Control/Monad/ST/Lazy/Imp.hs
Changes:
=====================================
libraries/base/Control/Monad/ST/Lazy/Imp.hs
=====================================
@@ -45,10 +45,10 @@ import qualified Control.Monad.ST.Unsafe as ST
import qualified GHC.ST as GHC.ST
import GHC.Base
--- | The lazy @'ST' monad.
--- The ST monad allows for destructive updates, but is escapable (unlike IO).
+-- | The lazy @'ST'@ monad.
+-- The ST monad allows for destructive updates, but is escapable (unlike @IO@).
-- A computation of type @'ST' s a@ returns a value of type @a@, and
--- execute in "thread" @s at . The @s@ parameter is either
+-- executes in "thread" @s at . The @s@ parameter is either
--
-- * an uninstantiated type variable (inside invocations of 'runST'), or
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9e60273db47364fc08aeb5a389caf67559e0d353
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/9e60273db47364fc08aeb5a389caf67559e0d353
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/20200403/dd180e44/attachment.html>
More information about the ghc-commits
mailing list