summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Koltsov <kolmax94@gmail.com>2020-03-29 13:47:44 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-04-03 06:27:32 -0400
commit9e60273db47364fc08aeb5a389caf67559e0d353 (patch)
tree41bc6d564bfb116c54faf2596d30141be80d50ca
parentcc2918a0407e1581e824ebd90a1fcbb0637d5744 (diff)
downloadhaskell-9e60273db47364fc08aeb5a389caf67559e0d353.tar.gz
Fix haddock formatting in Control.Monad.ST.Lazy.Imp.hs
-rw-r--r--libraries/base/Control/Monad/ST/Lazy/Imp.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/base/Control/Monad/ST/Lazy/Imp.hs b/libraries/base/Control/Monad/ST/Lazy/Imp.hs
index 625bcb0fe3..db900d9579 100644
--- a/libraries/base/Control/Monad/ST/Lazy/Imp.hs
+++ b/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@. The @s@ parameter is either
+-- executes in "thread" @s@. The @s@ parameter is either
--
-- * an uninstantiated type variable (inside invocations of 'runST'), or
--