[Git][ghc/ghc][master] Fix typo in docs referring to threadLabel
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Mon Mar 6 00:57:11 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
c6e1f3cd by Chris Wendt at 2023-03-04T03:35:18-07:00
Fix typo in docs referring to threadLabel
- - - - -
1 changed file:
- docs/users_guide/9.6.1-notes.rst
Changes:
=====================================
docs/users_guide/9.6.1-notes.rst
=====================================
@@ -197,7 +197,7 @@ Runtime system
- GHC now provides a set of operations for introspecting on the threads of a
program, ``GHC.Conc.listThreads``, as well as operations for querying a thread's
- label (:base-ref:`GHC.Conc.threadLabel`) and status
+ label (:base-ref:`GHC.Conc.Sync.threadLabel`) and status
(:base-ref:`GHC.Conc.threadStatus`).
- Change default ``Ord`` implementation of ``(>=)``, ``(>)``, and ``(<)`` to use
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c6e1f3cdcd59e6834820be3c8dc89b66b27b5f57
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/c6e1f3cdcd59e6834820be3c8dc89b66b27b5f57
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/20230305/3590d895/attachment.html>
More information about the ghc-commits
mailing list