summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xlibraries/base/GHC/Exts.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/base/GHC/Exts.hs b/libraries/base/GHC/Exts.hs
index 4c147ae427..35d344cb55 100755
--- a/libraries/base/GHC/Exts.hs
+++ b/libraries/base/GHC/Exts.hs
@@ -46,6 +46,9 @@ module GHC.Exts
-- * Ids with special behaviour
lazy, inline, oneShot,
+ -- * Running 'RealWorld' state transformers
+ runRW#,
+
-- * Safe coercions
--
-- | These are available from the /Trustworthy/ module "Data.Coerce" as well